From: Jean Philip Orsini Date: Wed, 20 Jan 2016 10:52:48 +0000 (+0100) Subject: display ALL comments X-Git-Url: https://git.wpitchoune.net/gitweb/?p=radio.git;a=commitdiff_plain;h=c616ba66ecb7cb2cbe6e17e9083dc8cabe789190 display ALL comments --- diff --git a/mp3tohtml.py b/mp3tohtml.py index 9cdfab5..5f8ca2d 100755 --- a/mp3tohtml.py +++ b/mp3tohtml.py @@ -51,7 +51,7 @@ for f in files: print "\t\t" comments = tag.getComments() for c in comments: - print comments[0].comment + print c.comment print "\t\t" print "\t"