fix typo. Fixes #822

This commit is contained in:
clinton-hall 2015-09-14 19:48:48 +09:30
commit 76115ce735

View file

@ -1063,7 +1063,7 @@ def server_responding(baseURL):
def plex_update(category): def plex_update(category):
if core.PLEXSSL: if core.PLEXSSL:
ulr = 'https://' url = 'https://'
else: else:
url = 'http://' url = 'http://'
url = url + core.PLEXHOST + ':' + core.PLEXPORT + '/library/sections/' url = url + core.PLEXHOST + ':' + core.PLEXPORT + '/library/sections/'