diff --git a/app/Main.hs b/app/Main.hs index bb3c7ab..6c40b07 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -5,8 +5,8 @@ import Control.Monad (forM_) main :: IO () main = do - let username = "your user" - apiKey = "your key" + let username = "h4shirama" + apiKey = "dcf893bc386af9044e505e5b78531573" putStrLn $ "Fetching artists for " ++ username ++ "..." result <- fetchArtists apiKey username case result of