mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-03 10:06:32 +00:00
Finish token access api
This commit is contained in:
parent
315af35296
commit
b36d70987d
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user