This commit is contained in:
JonnyWong16 2018-09-21 18:16:48 -07:00
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)

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.20"
PLEXPY_RELEASE_VERSION = "v2.1.21"