mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Merge branch 'master' of github.com:samuelclay/NewsBlur
This commit is contained in:
commit
8f7eae05d9
1 changed files with 2 additions and 0 deletions
|
@ -287,6 +287,8 @@ class Dispatcher:
|
|||
}
|
||||
start_time = datetime.datetime.now()
|
||||
|
||||
feed = self.refresh_feed(feed_id)
|
||||
|
||||
try:
|
||||
ffeed = FetchFeed(feed_id, self.options)
|
||||
ret_feed, fetched_feed = ffeed.fetch()
|
||||
|
|
Loading…
Add table
Reference in a new issue