mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix #25
This commit is contained in:
@@ -49,6 +49,7 @@ public class FeedUpdater {
|
||||
+ e.getMessage());
|
||||
feed.setLastUpdated(Calendar.getInstance().getTime());
|
||||
feed.setMessage("Unable to refresh feed: " + e.getMessage());
|
||||
feed.setErrorCount(feed.getErrorCount() + 1);
|
||||
feedService.update(feed);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user