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

remove duplicate variable

This commit is contained in:
Peter Maciocia 2014-04-24 17:19:38 +01:00
parent 484dba0de8
commit 09b106ec6b

View File

@ -306,12 +306,7 @@ class ThePirateBayProvider(generic.TorrentProvider):
# We have to fake a search on the proxy site to get data
if self.proxy.isEnabled():
headers.update({'referer': self.proxy.getProxyURL()})
proxies = {
"http": "http://192.168.1.11:8118",
"https": "http://192.168.1.11:8118",
}
try:
if sickbeard.PROXY_SETTING:
proxies = {