From ba74ef5e3d6fced168a649e9ce5751771e64bb59 Mon Sep 17 00:00:00 2001 From: swordfish6975 Date: Sun, 10 Feb 2019 14:58:22 +1000 Subject: [PATCH] Update iptorrents.py --- couchpotato/core/media/_base/providers/torrent/iptorrents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/media/_base/providers/torrent/iptorrents.py b/couchpotato/core/media/_base/providers/torrent/iptorrents.py index 3cdb7b3..ee014c2 100644 --- a/couchpotato/core/media/_base/providers/torrent/iptorrents.py +++ b/couchpotato/core/media/_base/providers/torrent/iptorrents.py @@ -106,7 +106,7 @@ class Base(TorrentProvider): 'Cookie': self.conf('cookiesetting') or '' } - def download(self, url = '', nzb_id = ''): + def download(self, url = '', nzb_id = ''): try: return self.urlopen(url, headers=self.getRequestHeaders()) except: