From d2d5fe9060c03e09af36c94202a8a131aa5233a8 Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Mon, 5 Jan 2015 14:53:31 -0500 Subject: [PATCH] Added more output --- examples/artist_discography.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/artist_discography.py b/examples/artist_discography.py index 34bb625..cd2fb38 100644 --- a/examples/artist_discography.py +++ b/examples/artist_discography.py @@ -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 = []