1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

don't use proxy by default

This commit is contained in:
Peter Maciocia 2014-05-07 10:09:09 +01:00
parent 36359b1547
commit 348c0edf26

View File

@ -114,7 +114,7 @@ class GenericProvider:
if not headers:
headers = []
data = helpers.getURL(url, post_data, headers, json=json, use_proxy=True)
data = helpers.getURL(url, post_data, headers, json=json)
if not data:
logger.log(u"Error loading " + self.name + " URL: " + url, logger.ERROR)