Add remote access monitoring using websockets

* Fixes Tautulli/Tautulli-Issues#251
This commit is contained in:
JonnyWong16 2020-07-05 20:36:44 -07:00
commit 938134081b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 77 additions and 14 deletions

View file

@ -137,6 +137,7 @@ DEV = False
WEBSOCKET = None
WS_CONNECTED = False
PLEX_SERVER_UP = None
PLEX_REMOTE_ACCESS_UP = None
TRACKER = None