Review tweaks

This commit is contained in:
Jason Lawrence 2019-10-11 15:30:32 -05:00
parent 8f329f53d7
commit f4f635ab36

View file

@ -205,8 +205,8 @@ class PlexClient(PlexObject):
except ElementTree.ParseError:
# Workaround for players which don't return valid XML on successful commands
# - Plexamp: `b'OK'`
if self.product in ('Plexamp'):
return None
if self.product in ('Plexamp',):
return
raise
def url(self, key, includeToken=False):