mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +00:00
Try to fix travis build pt.2
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
This commit is contained in:
parent
9531501983
commit
fdb0d7e999
3
test.py
3
test.py
@ -53,6 +53,5 @@ print()
|
|||||||
# BROWSE
|
# BROWSE
|
||||||
|
|
||||||
browse = server.browse(cat='MUSIC_AND_AUDIO')
|
browse = server.browse(cat='MUSIC_AND_AUDIO')
|
||||||
print(browse.keys())
|
for key in browse.keys():
|
||||||
for key in list(browse.keys()):
|
|
||||||
print('First app for category %s is %s' % (key, browse[key][0]['docId']))
|
print('First app for category %s is %s' % (key, browse[key][0]['docId']))
|
||||||
|
Loading…
Reference in New Issue
Block a user