Make cache settings in morss nicer

master
pictuga 2017-03-08 18:09:24 -10:00
parent e5f8e43659
commit 627163abff
1 changed files with 4 additions and 1 deletions

View File

@ -507,7 +507,10 @@ def process(url, cache=None, options=None):
options = []
options = Options(options)
if cache: crawler.sqlite_default = cache
if cache:
crawler.sqlite_default = cache
rss = FeedFetch(url, options)
rss = FeedGather(rss, url, options)