aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
-rw-r--r--tpblite/models/torrents.py1
2 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 300c7a0..cedcd10 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
setup(name='tpblite',
- version='0.1.1',
+ version='0.1.2',
description='The Unofficial Pirate Bay Lightweight Python API',
author='Matt Lyon',
author_email='matthewlyon18@gmail.com',
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'):