This commit is contained in:
roydfalk 2024-06-23 09:31:17 +02:00
parent 0eb578b70f
commit 4a82f2cb00

View file

@ -96,7 +96,7 @@ def backend_api_call_session_begin(
def get_session_key(
):
path = conf_get()["session"]["key_path"]
path = conf_get()["session"]["key_path"]
if (
_os.path.exists(path)
and