X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=RSS2Writer.py;h=2a6ee02a3d6789ece7b7770932e1703ceec51bfa;hb=78c968010311958e053c47617e915c37f68a7690;hp=cd19d118e8b44b176d8a63bce11137823fbb4dd0;hpb=dc7db379d1b11f9de8894865689f1c626d62a523;p=planet-ucc.git diff --git a/RSS2Writer.py b/RSS2Writer.py index cd19d11..2a6ee02 100644 --- a/RSS2Writer.py +++ b/RSS2Writer.py @@ -23,6 +23,7 @@ class RSS2Writer: output += cgi.escape(item.contents) output += '\n \n' output += '%s\n' % time.strftime('%a, %d %b %Y %H:%M:%S +0800', time.gmtime(item.itemDate)) + output += '%s\n' % item.commentsURL output += '\n' return output