mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Setting last_update date even for feeds with 304s, 400s, and 500s. Still updated, just no new stories.
This commit is contained in:
parent
6a0f85df0f
commit
00875c8991
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ class ProcessFeed:
|
|||
|
||||
# logging.debug(u' ---> [%d] Processing %s' % (self.feed.id, self.feed.feed_title))
|
||||
|
||||
self.feed.last_update = datetime.datetime.now()
|
||||
|
||||
if hasattr(self.fpf, 'status'):
|
||||
if self.options['verbose']:
|
||||
logging.debug(u' ---> [%-30s] Fetched feed, HTTP status %d: %s (bozo: %s)' % (unicode(self.feed)[:30],
|
||||
|
|
Loading…
Add table
Reference in a new issue