mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Fix server up/down status on Tautulli startup
This commit is contained in:
parent
64d67d8209
commit
8447663e27
2 changed files with 11 additions and 6 deletions
|
@ -93,7 +93,7 @@ HTTP_ROOT = None
|
|||
DEV = False
|
||||
|
||||
WS_CONNECTED = False
|
||||
PLEX_SERVER_UP = True
|
||||
PLEX_SERVER_UP = None
|
||||
|
||||
|
||||
def initialize(config_file):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue