From 09b106ec6b5a9f312dba215aa53c0736ccd09c57 Mon Sep 17 00:00:00 2001 From: Peter Maciocia Date: Thu, 24 Apr 2014 17:19:38 +0100 Subject: [PATCH] remove duplicate variable --- sickbeard/providers/thepiratebay.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sickbeard/providers/thepiratebay.py b/sickbeard/providers/thepiratebay.py index 9dff25a8..13f98568 100644 --- a/sickbeard/providers/thepiratebay.py +++ b/sickbeard/providers/thepiratebay.py @@ -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 = {