This commit is contained in:
JonnyWong16 2018-09-21 18:16:48 -07:00
parent f1b3a6f7b6
commit c8575bbc0f
3 changed files with 18 additions and 2 deletions

View file

@ -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)