Merge branch 'develop' of https://github.com/croneter/PlexKodiConnect into develop

This commit is contained in:
tomkat83 2017-05-20 20:25:55 +02:00
commit 80b5345d9c

View file

@ -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):