mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Change logger blacklist to set and unify notifier blacklist keys
This commit is contained in:
parent
31f03e0114
commit
9ba6b230e6
5 changed files with 64 additions and 56 deletions
|
@ -3495,7 +3495,7 @@ class WebInterface(object):
|
|||
apikey = uuid.uuid4().hex
|
||||
|
||||
logger.info(u"New API key generated.")
|
||||
logger._BLACKLIST_WORDS.append(apikey)
|
||||
logger._BLACKLIST_WORDS.add(apikey)
|
||||
|
||||
if device == 'true':
|
||||
mobile_app.TEMP_DEVICE_TOKEN = apikey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue