aboutsummaryrefslogtreecommitdiffstats
path: root/tpblite
diff options
context:
space:
mode:
authorMatt Lyon <matthewlyon18@gmail.com>2019-12-06 23:46:02 +1100
committerMatt Lyon <matthewlyon18@gmail.com>2019-12-06 23:46:02 +1100
commit669edd3ea3ded084c03775818710e0eef6e6d92d (patch)
tree626d9d347483346bfca8ede83022265639b10175 /tpblite
parentc522656e488d8d573ff63a973172d7e3429f9476 (diff)
downloadtpb-lite-669edd3ea3ded084c03775818710e0eef6e6d92d.tar.gz
tpb-lite-669edd3ea3ded084c03775818710e0eef6e6d92d.tar.bz2
tpb-lite-669edd3ea3ded084c03775818710e0eef6e6d92d.zip
removed print statement
Diffstat (limited to 'tpblite')
-rw-r--r--tpblite/models/torrents.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tpblite/models/torrents.py b/tpblite/models/torrents.py
index 32b6b5f..677d8ba 100644
--- a/tpblite/models/torrents.py
+++ b/tpblite/models/torrents.py
@@ -110,7 +110,6 @@ class Torrents(object):
del rows[-1]
return rows
else:
- print('No torrents found!')
return []
def getBestTorrent(self, min_seeds=30, min_filesize='1 GiB', max_filesize='4 GiB'):