mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Generate a unique token for each mobile device
This commit is contained in:
parent
5029b19d37
commit
08619244f0
6 changed files with 139 additions and 94 deletions
|
@ -36,6 +36,7 @@ import activity_pinger
|
|||
import config
|
||||
import database
|
||||
import logger
|
||||
import mobile_app
|
||||
import notification_handler
|
||||
import notifiers
|
||||
import plextv
|
||||
|
@ -165,6 +166,7 @@ def initialize(config_file):
|
|||
|
||||
# Add notifier configs to logger blacklist
|
||||
notifiers.blacklist_logger()
|
||||
mobile_app.blacklist_logger()
|
||||
|
||||
# Check if PlexPy has a uuid
|
||||
if CONFIG.PMS_UUID == '' or not CONFIG.PMS_UUID:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue