mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Handling timeouts for feed link change.
This commit is contained in:
parent
3d190cc3ec
commit
ee647be85b
1 changed files with 1 additions and 0 deletions
|
@ -410,6 +410,7 @@ class Feed(models.Model):
|
|||
except TimeoutError:
|
||||
logging.debug(' ---> [%-30s] Feed address check timed out...' % (unicode(self)[:30]))
|
||||
self.save_feed_history(505, 'Timeout', '')
|
||||
feed = self
|
||||
feed_address = None
|
||||
|
||||
return bool(feed_address), feed
|
||||
|
|
Loading…
Add table
Reference in a new issue