Make cache settings in morss nicer
This commit is contained in:
@@ -507,7 +507,10 @@ def process(url, cache=None, options=None):
|
|||||||
options = []
|
options = []
|
||||||
|
|
||||||
options = Options(options)
|
options = Options(options)
|
||||||
if cache: crawler.sqlite_default = cache
|
|
||||||
|
if cache:
|
||||||
|
crawler.sqlite_default = cache
|
||||||
|
|
||||||
rss = FeedFetch(url, options)
|
rss = FeedFetch(url, options)
|
||||||
rss = FeedGather(rss, url, options)
|
rss = FeedGather(rss, url, options)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user