Fix server up/down status on Tautulli startup

This commit is contained in:
JonnyWong16
2018-02-14 06:35:59 -08:00
parent 64d67d8209
commit 8447663e27
2 changed files with 11 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ HTTP_ROOT = None
DEV = False
WS_CONNECTED = False
PLEX_SERVER_UP = True
PLEX_SERVER_UP = None
def initialize(config_file):