Browse Source

Update iptorrents.py

pull/7292/head
swordfish6975 6 years ago
committed by GitHub
parent
commit
ba74ef5e3d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      couchpotato/core/media/_base/providers/torrent/iptorrents.py

2
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:

Loading…
Cancel
Save