Compare commits
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue