mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Check cloud status on startup before connecting websocket
This commit is contained in:
parent
a5d2467bfe
commit
a53afe05a2
3 changed files with 13 additions and 3 deletions
|
@ -196,7 +196,7 @@ def main():
|
|||
|
||||
# Open connection for websocket
|
||||
try:
|
||||
web_socket.start_thread()
|
||||
web_socket.start_thread(startup=True)
|
||||
except:
|
||||
logger.warn(u"Websocket :: Unable to open connection.")
|
||||
plexpy.initialize_scheduler()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue