Private GIT

Skip to content
Snippets Groups Projects
Commit 54a32f82 authored by pluzun's avatar pluzun Committed by miigotu
Browse files

Add todo

parent eee2e6b4
No related branches found
No related tags found
No related merge requests found
...@@ -117,6 +117,7 @@ class TorrentLeechProvider(TorrentProvider): # pylint: disable=too-many-instanc ...@@ -117,6 +117,7 @@ class TorrentLeechProvider(TorrentProvider): # pylint: disable=too-many-instanc
logger.log("No data returned from provider", logger.DEBUG) logger.log("No data returned from provider", logger.DEBUG)
continue continue
# TODO: Handle more than 35 torrents in return. (Max 35 per call)
torrent_list = data['torrentList'] torrent_list = data['torrentList']
if len(torrent_list) < 1: if len(torrent_list) < 1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment