From ca0080bccf70dc80e6d4fcf6bb5b778726bb89fb Mon Sep 17 00:00:00 2001 From: PrgmrBill Date: Sun, 26 Apr 2015 00:22:19 -0400 Subject: [PATCH] SpiffyTitles: increases connect timeout --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 175fcde..63675df 100644 --- a/plugin.py +++ b/plugin.py @@ -544,7 +544,7 @@ class SpiffyTitles(callbacks.Plugin): self.log.info("SpiffyTitles: requesting %s" % (url)) - request = requests.get(url, headers=headers, timeout=3, allow_redirects=True) + request = requests.get(url, headers=headers, timeout=5, allow_redirects=True) if request.status_code == requests.codes.ok: # Check the content type which comes in the format: "text/html; charset=UTF-8"