From fcf1ecf6693e95d380cf774c99280d85bf6e4c74 Mon Sep 17 00:00:00 2001 From: Ada Werefox Date: Sun, 10 Mar 2024 14:38:02 -0500 Subject: [PATCH] Attempt to fix session stores. --- tunictracker/tracker/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tunictracker/tracker/views.py b/tunictracker/tracker/views.py index b3d406e..0112e71 100644 --- a/tunictracker/tracker/views.py +++ b/tunictracker/tracker/views.py @@ -12,7 +12,8 @@ import logging # Debug and defaults. defaults = { 'listen_address': 'http://localhost:8000/', - 'backend_filepath': '' + 'backend_filepath': '', + 'backend_filepath_updated': False, } # default_address = 'http://localhost:8000/' # logging.basicConfig(encoding='utf-8', level=logging.DEBUG)