v2.1.21
This commit is contained in:
@@ -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)
|
||||
|
@@ -1,2 +1,2 @@
|
||||
PLEXPY_BRANCH = "master"
|
||||
PLEXPY_RELEASE_VERSION = "v2.1.20"
|
||||
PLEXPY_RELEASE_VERSION = "v2.1.21"
|
||||
|
Reference in New Issue
Block a user