mirror of https://github.com/jumpserver/jumpserver
Finish token access api
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