Skip to content

Commit

Permalink
Removed debug string
Browse files Browse the repository at this point in the history
  • Loading branch information
Domenico Iezzi committed Nov 5, 2017
1 parent 6a3926f commit 512dc40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gpapi/googleplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ def search(self, query, nb_result, offset=None):
raise LoginError('Unexpected behaviour, probably expired '
'token')
cluster = response.payload.listResponse.cluster[0]
print(cluster.doc)
if len(cluster.doc) == 0:
print('No results for query %s' % query)
break
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='gpapi',
version='0.2.7',
version='0.2.8',
description='Unofficial python api for google play',
url='https://github.com/NoMore201/googleplay-api',
author='NoMore201',
Expand Down

0 comments on commit 512dc40

Please sign in to comment.