mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-04 23:17:48 +00:00
Added more output
This commit is contained in:
parent
e2714bbd5e
commit
d2d5fe9060
@ -21,6 +21,8 @@ def show_album_tracks(album):
|
||||
tracks.extend(results['items'])
|
||||
for track in tracks:
|
||||
print ' ', track['name']
|
||||
print
|
||||
print track
|
||||
|
||||
def show_artist_albums(id):
|
||||
albums = []
|
||||
|
Loading…
Reference in New Issue
Block a user