Remove obsolete code

This commit is contained in:
tomkat83 2017-04-30 17:28:12 +02:00
parent c751efeb0c
commit ba83bd29fc

View file

@ -63,10 +63,6 @@ REGEX_TVDB = re_compile(r'''thetvdb:\/\/(.+?)\?''')
class PlexAPI(): class PlexAPI():
# CONSTANTS
# Timeout for POST/GET commands, I guess in seconds
timeout = 10
def __init__(self): def __init__(self):
self.g_PMS = {} self.g_PMS = {}
self.doUtils = DownloadUtils().downloadUrl self.doUtils = DownloadUtils().downloadUrl