]> git.etc.gen.nz Git - whoisi.git/commitdiff
2008-10-17 Christopher Blizzard <blizzard@0xdeadbeef.com>
authorblizzard <blizzard@ae879524-a8bd-4c4c-a5ea-74d2e5fc5a2c>
Sat, 18 Oct 2008 04:08:37 +0000 (04:08 +0000)
committerblizzard <blizzard@ae879524-a8bd-4c4c-a5ea-74d2e5fc5a2c>
Sat, 18 Oct 2008 04:08:37 +0000 (04:08 +0000)
        * 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

ChangeLog
feed-parse-service

index f5457d4faae91174c7638af131fe135142f2c7cd..e89e499eb392c3938943b2f9062ce9cb81bf4982 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index 9daaede25de464c33f989fd27f0e153557d5ea94..1338b2ecce518f9640020b99b1091e5ad43c67a4 100755 (executable)
@@ -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)