Remove obsolete code
This commit is contained in:
parent
c751efeb0c
commit
ba83bd29fc
1 changed files with 0 additions and 4 deletions
|
@ -63,10 +63,6 @@ REGEX_TVDB = re_compile(r'''thetvdb:\/\/(.+?)\?''')
|
|||
|
||||
|
||||
class PlexAPI():
|
||||
# CONSTANTS
|
||||
# Timeout for POST/GET commands, I guess in seconds
|
||||
timeout = 10
|
||||
|
||||
def __init__(self):
|
||||
self.g_PMS = {}
|
||||
self.doUtils = DownloadUtils().downloadUrl
|
||||
|
|
Loading…
Reference in a new issue