Fix unable to view database status when auth is disabled

This commit is contained in:
JonnyWong16 2019-06-13 21:57:05 -07:00
parent 13579b8140
commit e4be5a716f
3 changed files with 8 additions and 5 deletions

View file

@ -100,6 +100,7 @@ UMASK = None
HTTP_PORT = None
HTTP_ROOT = None
AUTH_ENABLED = None
DEV = False
@ -114,6 +115,7 @@ WIN_SYS_TRAY_ICON = None
SYS_TIMEZONE = None
SYS_UTC_OFFSET = None
def initialize(config_file):
with INIT_LOCK: