Make stats feed update automatically
This commit is contained in:
@@ -10,6 +10,7 @@ defmodule LastFm.Supervisor do
|
||||
:ok = LastFm.Feed.create_table!()
|
||||
|
||||
children = [
|
||||
{Phoenix.PubSub, name: LastFm.PubSub},
|
||||
{LastFm.Refresh, %{api: api(), user: "cloud8421", api_key: api_key()}}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user