Cacheability Improvements
[planet-ucc.git] / update-planet
index 09c40b0..843c4ce 100755 (executable)
@@ -38,9 +38,7 @@ for feed in feeds:
                blog.feedURL    = feed[1]
                blogs.append(blog)
                # check the old copy of the cache, vs the new copy
-               if feed[2].cache == blog.cache:
-                       pass
-               else:
+               if not feed[2] or not feed[2].cache or not blog or not blog.cache or feed[2].cache != blog.cache:
                        tainted = True
                # write the cache back down to disk
                cache.storeBlog(blog)

UCC git Repository :: git.ucc.asn.au