Skip to content

Commit

Permalink
fix(Spotify): Updated variables
Browse files Browse the repository at this point in the history
  • Loading branch information
altonliew11 committed Dec 14, 2023
1 parent 48966a4 commit 5365b3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Spotify/Spotify_Get_User_Top_Items.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@
},
"outputs": [],
"source": [
"client_id = \"c112067061f74b66ba1bbf813eacbc08\"\n",
"client_secret = \"a8c70198b6304d53a74e63c60923aa99\"\n",
"redirect_uri = \"http://localhost:8889/callback\"\n",
"client_id = \"YOUR_SPOTIFY_CLIENT_ID\"\n",
"client_secret = \"YOUR_SPOTIFY_CLIENT_SECRET\"\n",
"redirect_uri = \"YOUR_SPOTIFY_REDIRECT_URI\"\n",
"\n",
"limit = 5\n",
"time_range = \"medium_term\""
Expand Down

0 comments on commit 5365b3d

Please sign in to comment.