Commit b36d7098 authored by ibuler's avatar ibuler

Finish token access api

parent 315af352
......@@ -76,7 +76,7 @@ class Config:
def __init__(self):
pass
def __getattr__(self, key):
def __getattr__(self, item):
return None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment