mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-01-08 15:42: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'])
|
tracks.extend(results['items'])
|
||||||
for track in tracks:
|
for track in tracks:
|
||||||
print ' ', track['name']
|
print ' ', track['name']
|
||||||
|
print
|
||||||
|
print track
|
||||||
|
|
||||||
def show_artist_albums(id):
|
def show_artist_albums(id):
|
||||||
albums = []
|
albums = []
|
||||||
|
Loading…
Reference in New Issue
Block a user