parent
1bbb0e151d
commit
6ff20b737a
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ class PlexAPI():
|
|||
authenticate=False,
|
||||
headerOptions={'X-Plex-Token': PMS['token']},
|
||||
verifySSL=False,
|
||||
timeout=3)
|
||||
timeout=10)
|
||||
try:
|
||||
xml.attrib['machineIdentifier']
|
||||
except (AttributeError, KeyError):
|
||||
|
|
Loading…
Reference in a new issue