Finish token access api

pull/530/head
ibuler 2016-10-31 18:58:30 +08:00
parent 315af35296
commit b36d70987d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class Config:
def __init__(self): def __init__(self):
pass pass
def __getattr__(self, key): def __getattr__(self, item):
return None return None