mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
remove duplicate variable
This commit is contained in:
parent
484dba0de8
commit
09b106ec6b
@ -307,11 +307,6 @@ class ThePirateBayProvider(generic.TorrentProvider):
|
||||
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user