display ALL comments
authorJean Philip Orsini <orsinije@fr.ibm.com>
Wed, 20 Jan 2016 10:52:48 +0000 (11:52 +0100)
committerJean Philip Orsini <orsinije@fr.ibm.com>
Wed, 20 Jan 2016 10:52:48 +0000 (11:52 +0100)
mp3tohtml.py

index 9cdfab5..5f8ca2d 100755 (executable)
@@ -51,7 +51,7 @@ for f in files:
     print "\t\t<td>"
     comments = tag.getComments()
     for c in comments:
-        print comments[0].comment
+        print c.comment
     print "\t\t</td>"
 
     print "\t</tr>"