Skip to content

Commit

Permalink
fix: replaced credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
altonliew11 committed Dec 8, 2023
1 parent 5b7e852 commit 707c0e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Spotify/Spotify_Get_Artists_Top_Tracks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@
},
"outputs": [],
"source": [
"client_id = \"c112067061f74b66ba1bbf813eacbc08\"\n",
"client_secret = \"cceba0c36915445aa819e454879d115d\"\n",
"artist_id = \"20wkVLutqVOYrc0kxFs7rA\" #beyonce"
"client_id = \"YOUR_SPOTIFY_CLIENT_ID\"\n",
"client_secret = \"YOUR_SPOTIFY_CLIENT_SECRET\"\n",
"artist_id = \"20wkVLutqVOYrc0kxFs7rA\""
]
},
{
Expand Down

0 comments on commit 707c0e5

Please sign in to comment.