Attempt to fix session stores.
This commit is contained in:
parent
5a1a5ac326
commit
fcf1ecf669
@ -12,7 +12,8 @@ import logging
|
|||||||
# Debug and defaults.
|
# Debug and defaults.
|
||||||
defaults = {
|
defaults = {
|
||||||
'listen_address': 'http://localhost:8000/',
|
'listen_address': 'http://localhost:8000/',
|
||||||
'backend_filepath': ''
|
'backend_filepath': '',
|
||||||
|
'backend_filepath_updated': False,
|
||||||
}
|
}
|
||||||
# default_address = 'http://localhost:8000/'
|
# default_address = 'http://localhost:8000/'
|
||||||
# logging.basicConfig(encoding='utf-8', level=logging.DEBUG)
|
# logging.basicConfig(encoding='utf-8', level=logging.DEBUG)
|
||||||
|
Loading…
Reference in New Issue
Block a user