fixed rss serializer again, thanks Charles Winebrinner

This commit is contained in:
mdipierro
2012-11-04 20:45:25 -06:00
parent 1f767c3497
commit 2fea9495b3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.2.1 (2012-11-04 19:55:09) stable
Version 2.2.1 (2012-11-04 20:45:19) stable
+1 -1
View File
@@ -114,4 +114,4 @@ def rss(feed):
description=str(entry.get('description', '')),
pubDate=entry.get('created_on', now)
) for entry in feed.get('entries', [])])
return rss.to_xml(rss,encoding='utf-8')
return rss.to_xml(encoding='utf-8')