don't update plex on failed. Fixes #846

This commit is contained in:
clinton-hall 2015-10-11 09:53:03 +10:30
commit 651650f83b
4 changed files with 6 additions and 1 deletions

View file

@ -1062,6 +1062,8 @@ def server_responding(baseURL):
return False
def plex_update(category):
if core.FAILED:
return
if core.PLEXSSL:
url = 'https://'
else: