mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Wrong feed_id
This commit is contained in:
parent
679e2ddfd3
commit
8795c46204
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ class Dispatcher:
|
||||||
|
|
||||||
def refresh_feed(self, feed_id):
|
def refresh_feed(self, feed_id):
|
||||||
"""Update feed, since it may have changed"""
|
"""Update feed, since it may have changed"""
|
||||||
return Feed.get_by_id(self.feed_id)
|
return Feed.get_by_id(feed_id)
|
||||||
|
|
||||||
def process_feed_wrapper(self, feed_queue):
|
def process_feed_wrapper(self, feed_queue):
|
||||||
delta = None
|
delta = None
|
||||||
|
|
Loading…
Add table
Reference in a new issue