# HG changeset patch # User Paulo Chiliguano # Date 1436914103 -3600 # Node ID 5b45b9f0540e66b79165a49888fdec2169118645 # Parent 28f15e23202866e8c1ef84687b80d35c223266ac continue testing diff -r 28f15e232028 -r 5b45b9f0540e Code/read_taste_profile.py --- a/Code/read_taste_profile.py Tue Jul 14 23:41:55 2015 +0100 +++ b/Code/read_taste_profile.py Tue Jul 14 23:48:23 2015 +0100 @@ -64,6 +64,7 @@ s = song.Song(next[:-2]) time.sleep(1) ss_tracks = s.get_tracks('7digital-UK') + print(len(ss_tracks)) if len(ss_tracks) != 0: ss_track = ss_tracks[0] preview_url = ss_track.get('preview_url')