Removed debug string

This commit is contained in:
Domenico Iezzi 2017-11-05 15:56:53 +01:00
parent 6a3926fcd6
commit 512dc4000f
No known key found for this signature in database
GPG Key ID: 7AC94D5DDA2FB7EE
2 changed files with 1 additions and 2 deletions

View File

@ -312,7 +312,6 @@ class GooglePlayAPI(object):
raise LoginError('Unexpected behaviour, probably expired ' raise LoginError('Unexpected behaviour, probably expired '
'token') 'token')
cluster = response.payload.listResponse.cluster[0] cluster = response.payload.listResponse.cluster[0]
print(cluster.doc)
if len(cluster.doc) == 0: if len(cluster.doc) == 0:
print('No results for query %s' % query) print('No results for query %s' % query)
break break

View File

@ -1,7 +1,7 @@
from setuptools import setup from setuptools import setup
setup(name='gpapi', setup(name='gpapi',
version='0.2.7', version='0.2.8',
description='Unofficial python api for google play', description='Unofficial python api for google play',
url='https://github.com/NoMore201/googleplay-api', url='https://github.com/NoMore201/googleplay-api',
author='NoMore201', author='NoMore201',