From 4cd81d3e1cf48f2560494c540d69fb47f425afb8 Mon Sep 17 00:00:00 2001 From: swordfish6975 Date: Sun, 10 Feb 2019 16:28:03 +1000 Subject: [PATCH] Update iptorrents.py --- couchpotato/core/media/_base/providers/torrent/iptorrents.py | 1 - 1 file changed, 1 deletion(-) diff --git a/couchpotato/core/media/_base/providers/torrent/iptorrents.py b/couchpotato/core/media/_base/providers/torrent/iptorrents.py index 10ef564..f01b900 100644 --- a/couchpotato/core/media/_base/providers/torrent/iptorrents.py +++ b/couchpotato/core/media/_base/providers/torrent/iptorrents.py @@ -64,7 +64,6 @@ class Base(TorrentProvider): result_table = html.find('table', id="torrents") log.debug('result_table: %s', result_table) - result_table = result_table[0] if not result_table or 'nothing found!' in data.lower(): return