From: blizzard Date: Sat, 18 Oct 2008 04:08:37 +0000 (+0000) Subject: 2008-10-17 Christopher Blizzard X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=653b32e6a241b9663ba453c7bfd0f8a48ba80af8;p=whoisi.git 2008-10-17 Christopher Blizzard * feed-parse-service (FeedParseProtocol.runCommand): Someone get me a brown paper bag. Always set display_cache in the output to something. git-svn-id: svn://trac.whoisi.com/whoisi/trunk@6 ae879524-a8bd-4c4c-a5ea-74d2e5fc5a2c --- diff --git a/ChangeLog b/ChangeLog index f5457d4..e89e499 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-17 Christopher Blizzard + + * feed-parse-service (FeedParseProtocol.runCommand): Someone get + me a brown paper bag. Always set display_cache in the output to + something. + 2008-10-17 Christopher Blizzard * whoisi/utils/sites.py (site_value): Add youtube to the ordering diff --git a/feed-parse-service b/feed-parse-service index 9daaede..1338b2e 100755 --- a/feed-parse-service +++ b/feed-parse-service @@ -108,6 +108,8 @@ class FeedParseProtocol(ChildListener): if len(display_cache.keys()): le["display_cache"] = simplejson.dumps(display_cache) + else: + le["display_cache"] = None data["entries"].append(le)