Fix double refreshing feeds
This commit is contained in:
parent
bf98614de9
commit
cd36b40978
|
@ -53,8 +53,6 @@ defmodule Frenzy.UpdateFeeds do
|
||||||
|
|
||||||
Logger.info("Updating #{count} feeds")
|
Logger.info("Updating #{count} feeds")
|
||||||
|
|
||||||
Enum.each(feeds, &update_feed/1)
|
|
||||||
|
|
||||||
Enum.each(feeds, fn feed ->
|
Enum.each(feeds, fn feed ->
|
||||||
try do
|
try do
|
||||||
update_feed(feed)
|
update_feed(feed)
|
||||||
|
|
Loading…
Reference in New Issue