mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-07-30 14:00:18 +00:00
Added more output
This commit is contained in:
@@ -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 = []
|
||||||
|
Reference in New Issue
Block a user