From c616ba66ecb7cb2cbe6e17e9083dc8cabe789190 Mon Sep 17 00:00:00 2001 From: Jean Philip Orsini Date: Wed, 20 Jan 2016 11:52:48 +0100 Subject: [PATCH] display ALL comments --- mp3tohtml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.7.4