Fix unable to view database status when auth is disabled
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user