From 17db2584daaa70ef7c3fe235669db86366f067ba Mon Sep 17 00:00:00 2001 From: pictuga Date: Tue, 16 Apr 2013 16:13:42 +0200 Subject: [PATCH] Fixed caching. For scary reasons, re-used cache was deleted everytime. This is now fixed. Loading in now *really* fast. --- morss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/morss.py b/morss.py index 41f3086..c84c768 100644 --- a/morss.py +++ b/morss.py @@ -277,6 +277,7 @@ def Fill(rss, rule, cache): if cached is not None: log('cached') item.content = cached + cache.save(item.link, cached) return item # download