mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Default to websocket connection
* No polling failover
This commit is contained in:
parent
be50ecd033
commit
16c7d27508
5 changed files with 59 additions and 63 deletions
|
@ -194,8 +194,6 @@ def main():
|
|||
web_socket.start_thread()
|
||||
except:
|
||||
logger.warn(u"Websocket :: Unable to open connection.")
|
||||
# Fallback to polling
|
||||
plexpy.POLLING_FAILOVER = True
|
||||
plexpy.initialize_scheduler()
|
||||
|
||||
# Force the http port if neccessary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue