mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-15 09:07:43 +00:00
remove duplicate variable
This commit is contained in:
parent
484dba0de8
commit
09b106ec6b
1 changed files with 1 additions and 6 deletions
|
@ -306,12 +306,7 @@ class ThePirateBayProvider(generic.TorrentProvider):
|
||||||
# We have to fake a search on the proxy site to get data
|
# We have to fake a search on the proxy site to get data
|
||||||
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…
Reference in a new issue