fixed rss serializer again, thanks Charles Winebrinner
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.2.1 (2012-11-04 19:55:09) stable
|
||||
Version 2.2.1 (2012-11-04 20:45:19) stable
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user