From 4a82f2cb00e58343946bb4a46aebd7e3b9146da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Sun, 23 Jun 2024 09:31:17 +0200 Subject: [PATCH] [sty] --- source/backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/backend.py b/source/backend.py index 6059747..8d26ef9 100644 --- a/source/backend.py +++ b/source/backend.py @@ -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