mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 01:02:59 -07:00
Fix unable to view database status when auth is disabled
This commit is contained in:
parent
13579b8140
commit
e4be5a716f
3 changed files with 8 additions and 5 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue