mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.1.21
This commit is contained in:
parent
f1b3a6f7b6
commit
c8575bbc0f
3 changed files with 18 additions and 2 deletions
|
@ -137,7 +137,6 @@ class PlexTokenFilter(logging.Filter):
|
|||
def __init__(self):
|
||||
pass
|
||||
|
||||
|
||||
def filter(self, record):
|
||||
try:
|
||||
tokens = re.findall(r'X-Plex-Token(?:=|%3D)([a-zA-Z0-9]+)', record.msg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue