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