mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
don't use proxy by default
This commit is contained in:
parent
36359b1547
commit
348c0edf26
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue