[sty]
This commit is contained in:
parent
0eb578b70f
commit
4a82f2cb00
|
|
@ -96,7 +96,7 @@ def backend_api_call_session_begin(
|
||||||
|
|
||||||
def get_session_key(
|
def get_session_key(
|
||||||
):
|
):
|
||||||
path = conf_get()["session"]["key_path"]
|
path = conf_get()["session"]["key_path"]
|
||||||
if (
|
if (
|
||||||
_os.path.exists(path)
|
_os.path.exists(path)
|
||||||
and
|
and
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue