Need a feed to process.

This commit is contained in:
Samuel Clay 2022-07-01 13:32:33 -04:00
parent 1d1859db7d
commit 3cf7f1e7c8

View file

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