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