Fixed caching.

For scary reasons, re-used cache was deleted everytime. This is now fixed. Loading in now *really* fast.
master
pictuga 2013-04-16 16:13:42 +02:00
parent 5a74babf24
commit 17db2584da
1 changed files with 1 additions and 0 deletions

View File

@ -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