mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing feed_fetcher to not puke on its entire queue when fixing a dupe.
This commit is contained in:
parent
cb752e2171
commit
5d4783606b
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class Dispatcher:
|
|||
fetched_feed = None
|
||||
except Feed.DoesNotExist, e:
|
||||
logging.debug(' ---> [%-30s] Feed is now gone...' % (unicode(feed)[:30]))
|
||||
return
|
||||
continue
|
||||
except Exception, e:
|
||||
logging.debug('[%d] ! -------------------------' % (feed.id,))
|
||||
tb = traceback.format_exc()
|
||||
|
|
Loading…
Add table
Reference in a new issue