mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 06:45:05 -05:00
don't use proxy by default
This commit is contained in:
parent
36359b1547
commit
348c0edf26
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user