We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11f351 commit 095eb70Copy full SHA for 095eb70
plexapi/myplex.py
@@ -2177,9 +2177,9 @@ def decodePlexJWT(self, verify_signature=True):
2177
except jwt.InvalidTokenError as e:
2178
log.warning('Invalid Plex JWT: %s', str(e))
2179
raise
2180
- else:
2181
- log.warning('Plex JWT signature could not be verified with any known Plex JWKs')
2182
- raise jwt.InvalidSignatureError
+
+ log.warning('Plex JWT signature could not be verified with any known Plex JWKs')
+ raise jwt.InvalidSignatureError
2183
2184
@property
2185
def decodedJWT(self):
0 commit comments