From: Jean-Philippe Orsini Date: Sun, 17 Jan 2016 22:31:08 +0000 (+0100) Subject: cleanup X-Git-Url: https://git.wpitchoune.net/gitweb/?p=radio.git;a=commitdiff_plain;h=2636685eeffb77257845fe36061362e3352fcb6f cleanup --- diff --git a/mp3tohtml.py b/mp3tohtml.py index d2e4529..eb4cc5e 100755 --- a/mp3tohtml.py +++ b/mp3tohtml.py @@ -21,7 +21,7 @@ for f in files: print "\t" try: - artist = tag.getArtist().decode('utf-8') + artist = tag.getArtist() print "\t\t" + artist + "" except UnicodeEncodeError: print "\t\t"