From 74a24c65973cca4546de799cc8316a4c2c20b66c Mon Sep 17 00:00:00 2001 From: Matt Lyon Date: Tue, 26 Nov 2019 21:53:53 +1100 Subject: added TODO --- tpblite/models/torrents.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tpblite/models/torrents.py') diff --git a/tpblite/models/torrents.py b/tpblite/models/torrents.py index 27adddf..a60ee0a 100644 --- a/tpblite/models/torrents.py +++ b/tpblite/models/torrents.py @@ -91,6 +91,7 @@ class Torrents(object): return rows def getBestTorrent(self, min_seeds=30, min_filesize='1 GiB', max_filesize='4 GiB'): + '''TODO: handle if this is 0''' if not type(min_filesize) == 'int': min_filesize = fileSizeStrToInt(min_filesize) if not type(max_filesize) == 'int': -- cgit v1.2.3