@ -68,7 +68,7 @@ for song in result:
else:
artist = 'yes'
song = song['song'].lower()
song = unicode(song['song']).lower()
print '\t', artist, '-', song