Skip to content

Commit

Permalink
Wrong feed_id
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelclay committed May 20, 2016
1 parent 679e2dd commit 8795c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/feed_fetcher.py
Expand Up @@ -569,7 +569,7 @@ def __init__(self, options, num_threads):

def refresh_feed(self, feed_id):
"""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):
delta = None
Expand Down

0 comments on commit 8795c46

Please sign in to comment.