mirror of
https://github.com/moparisthebest/SickRage
synced 2025-03-04 10:29:52 -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():
|
if self.proxy.isEnabled():
|
||||||
headers.update({'referer': self.proxy.getProxyURL()})
|
headers.update({'referer': self.proxy.getProxyURL()})
|
||||||
|
|
||||||
proxies = {
|
|
||||||
"http": "http://192.168.1.11:8118",
|
|
||||||
"https": "http://192.168.1.11:8118",
|
|
||||||
}
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if sickbeard.PROXY_SETTING:
|
if sickbeard.PROXY_SETTING:
|
||||||
proxies = {
|
proxies = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user