Attempt to fix session stores.

This commit is contained in:
Ada Werefox 2024-03-10 14:38:02 -05:00
parent 5a1a5ac326
commit fcf1ecf669
1 changed files with 2 additions and 1 deletions

View File

@ -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)