From 54a32f824cd27bdd5b39447ad29353cb66be03f2 Mon Sep 17 00:00:00 2001 From: pluzun <pluzun59@gmail.com> Date: Wed, 4 Apr 2018 12:09:47 +0200 Subject: [PATCH] Add todo --- sickbeard/providers/torrentleech.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sickbeard/providers/torrentleech.py b/sickbeard/providers/torrentleech.py index f9cae0d1d..2bb4cca7c 100644 --- a/sickbeard/providers/torrentleech.py +++ b/sickbeard/providers/torrentleech.py @@ -117,6 +117,7 @@ class TorrentLeechProvider(TorrentProvider): # pylint: disable=too-many-instanc logger.log("No data returned from provider", logger.DEBUG) continue + # TODO: Handle more than 35 torrents in return. (Max 35 per call) torrent_list = data['torrentList'] if len(torrent_list) < 1: -- GitLab