From 669edd3ea3ded084c03775818710e0eef6e6d92d Mon Sep 17 00:00:00 2001 From: Matt Lyon Date: Fri, 6 Dec 2019 23:46:02 +1100 Subject: removed print statement --- tpblite/models/torrents.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tpblite') 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'): -- cgit v1.2.3