From a91dc8615637d06152e4d092595b3c2520d9ae66 Mon Sep 17 00:00:00 2001 From: Segun Bakare Date: Sat, 11 May 2024 14:01:24 -0700 Subject: [PATCH] Spotify Playlist Generator(Popular Tracks Analyzer).ipynb --- Spotify Playlist Generator(Popular Tracks Analyzer).ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spotify Playlist Generator(Popular Tracks Analyzer).ipynb b/Spotify Playlist Generator(Popular Tracks Analyzer).ipynb index b71cfad..2665c6b 100644 --- a/Spotify Playlist Generator(Popular Tracks Analyzer).ipynb +++ b/Spotify Playlist Generator(Popular Tracks Analyzer).ipynb @@ -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",