Skip to content

Commit

Permalink
Spotify Playlist Generator(Popular Tracks Analyzer).ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Shegszz authored May 11, 2024
1 parent 1e8202e commit a91dc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spotify Playlist Generator(Popular Tracks Analyzer).ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"source": [
"# Spotify API credentials\n",
"client_id = 'your-cliend-id-here'\n",
"client_id = 'your-client-id-here'\n",
"redirect_uri = 'your-redirect-uri-here'\n",
"\n",
"# Generate a random string as the code verifier for PKCE\n",
Expand Down

0 comments on commit a91dc86

Please sign in to comment.