diff --git a/resources/lib/PlexAPI.py b/resources/lib/PlexAPI.py index 9036b82f..27e13846 100644 --- a/resources/lib/PlexAPI.py +++ b/resources/lib/PlexAPI.py @@ -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