mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -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)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
PLEXPY_BRANCH = "master"
|
||||
PLEXPY_RELEASE_VERSION = "v2.1.20"
|
||||
PLEXPY_RELEASE_VERSION = "v2.1.21"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue