cleanup
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 17 Jan 2016 22:31:08 +0000 (23:31 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 17 Jan 2016 22:31:08 +0000 (23:31 +0100)
mp3tohtml.py

index d2e4529..eb4cc5e 100755 (executable)
@@ -21,7 +21,7 @@ for f in files:
     print "\t<tr>"
 
     try: 
-        artist = tag.getArtist().decode('utf-8')
+        artist = tag.getArtist()
         print "\t\t<td>" + artist + "</td>"       
     except UnicodeEncodeError:
         print "\t\t<td></td>"