mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-03 01:56:39 +00:00
Finish token access api
This commit is contained in:
parent
315af35296
commit
b36d70987d
@ -76,7 +76,7 @@ class Config:
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def __getattr__(self, key):
|
||||
def __getattr__(self, item):
|
||||
return None
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user