mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Need a feed to process.
This commit is contained in:
parent
1d1859db7d
commit
3cf7f1e7c8
1 changed files with 1 additions and 1 deletions
|
@ -944,7 +944,7 @@ class FeedFetcherWorker:
|
|||
feed_fetch_duration = time.time() - start_duration
|
||||
raw_feed = ffeed.raw_feed
|
||||
|
||||
if (fetched_feed and ret_feed == FEED_OK) or self.options['force']:
|
||||
if fetched_feed and (ret_feed == FEED_OK or self.options['force']):
|
||||
pfeed = ProcessFeed(feed_id, fetched_feed, self.options, raw_feed=raw_feed)
|
||||
ret_feed, ret_entries = pfeed.process()
|
||||
feed = pfeed.feed
|
||||
|
|
Loading…
Add table
Reference in a new issue