mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-29 08:37:06 +00:00
Finish token access api
This commit is contained in:
@@ -76,7 +76,7 @@ class Config:
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def __getattr__(self, key):
|
||||
def __getattr__(self, item):
|
||||
return None
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user