mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
Better apikey generation
This commit is contained in:
parent
6cae12d467
commit
7e7693f206
2 changed files with 6 additions and 5 deletions
|
@ -84,9 +84,6 @@ def delete_mobile_device(device_id=None):
|
|||
def blacklist_logger():
|
||||
devices = get_mobile_devices()
|
||||
|
||||
blacklist = []
|
||||
|
||||
for d in devices:
|
||||
blacklist.append(d['device_token'])
|
||||
blacklist = [d['device_token'] for d in devices]
|
||||
|
||||
logger._BLACKLIST_WORDS.extend(blacklist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue