Fix double refreshing feeds

This commit is contained in:
Shadowfacts 2021-09-08 09:35:37 -04:00
parent bf98614de9
commit cd36b40978
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 0 additions and 2 deletions

View File

@ -53,8 +53,6 @@ defmodule Frenzy.UpdateFeeds do
Logger.info("Updating #{count} feeds")
Enum.each(feeds, &update_feed/1)
Enum.each(feeds, fn feed ->
try do
update_feed(feed)