From ba83bd29fc4cfff2152787e5e6f50b230e9ff674 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sun, 30 Apr 2017 17:28:12 +0200 Subject: [PATCH] Remove obsolete code --- resources/lib/PlexAPI.py | 4 ---- 1 file changed, 4 deletions(-) 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