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)