mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
infinite-scrolling
This commit is contained in:
@@ -50,9 +50,8 @@ public class FeedTimer {
|
||||
feedEntryService
|
||||
.updateEntries(feed.getUrl(), feed.getEntries());
|
||||
} catch (Exception e) {
|
||||
log.info(
|
||||
"Unable to refresh feed " + key + " : "
|
||||
+ e.getMessage(), e);
|
||||
log.info("Unable to refresh feed " + key + " : "
|
||||
+ e.getMessage());
|
||||
|
||||
Feed feed = feeds.get(key);
|
||||
feed.setLastUpdated(Calendar.getInstance().getTime());
|
||||
|
||||
Reference in New Issue
Block a user