Added more output

This commit is contained in:
Paul Lamere 2015-01-05 14:53:31 -05:00
parent e2714bbd5e
commit d2d5fe9060
1 changed files with 2 additions and 0 deletions

View File

@ -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 = []