mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
Update logger blacklist for newsleter/notifier configs
This commit is contained in:
parent
c19cc858bd
commit
44428cc6e5
5 changed files with 33 additions and 14 deletions
|
@ -138,7 +138,5 @@ def set_last_seen(device_token=None):
|
|||
|
||||
def blacklist_logger():
|
||||
devices = get_mobile_devices()
|
||||
|
||||
blacklist = set(d['device_token'] for d in devices)
|
||||
|
||||
logger._BLACKLIST_WORDS.update(blacklist)
|
||||
for d in devices:
|
||||
logger.blacklist_config(d)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue