mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +00:00
Try to fix travis build error
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
This commit is contained in:
parent
a79c1556ab
commit
9531501983
6
test.py
6
test.py
@ -48,9 +48,11 @@ with open(docid + '.apk', 'wb') as f:
|
|||||||
print('\nGetting details for %s\n' % testApps[0])
|
print('\nGetting details for %s\n' % testApps[0])
|
||||||
bulk = server.bulkDetails(testApps)
|
bulk = server.bulkDetails(testApps)
|
||||||
print(bulk)
|
print(bulk)
|
||||||
|
print()
|
||||||
|
|
||||||
# BROWSE
|
# BROWSE
|
||||||
|
|
||||||
browse = server.browse(cat='MUSIC_AND_AUDIO')
|
browse = server.browse(cat='MUSIC_AND_AUDIO')
|
||||||
|
print(browse.keys())
|
||||||
for key in list(browse.keys()):
|
for key in list(browse.keys()):
|
||||||
print('First app for category %s is %s' %
|
print('First app for category %s is %s' % (key, browse[key][0]['docId']))
|
||||||
(key, browse[key][0]['docId']))
|
|
||||||
|
Loading…
Reference in New Issue
Block a user