* 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
+2008-10-17 Christopher Blizzard <blizzard@0xdeadbeef.com>
+
+ * 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 <blizzard@0xdeadbeef.com>
* whoisi/utils/sites.py (site_value): Add youtube to the ordering
if len(display_cache.keys()):
le["display_cache"] = simplejson.dumps(display_cache)
+ else:
+ le["display_cache"] = None
data["entries"].append(le)