From 3af01ea81f7895d0bcc08d9efc9a736708c931b0 Mon Sep 17 00:00:00 2001 From: AslaneMortreau <154764659+AslaneMortreau@users.noreply.github.com> Date: Mon, 1 Jan 2024 17:54:14 +0100 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5408f09..fb42c4b 100644 --- a/main.py +++ b/main.py @@ -13,7 +13,7 @@ import matplotlib.pyplot as plt client_id = os.environ.get('SPOTIFY_CLIENT_ID') client_secret = os.environ.get('SPOTIFY_CLIENT_SECRET') client_credentials_manager = SpotifyClientCredentials( - client_id=client_id, client_secret=client_secret) +client_id=client_id, client_secret=client_secret) sp = spotipy.Spotify(client_credentials_manager=client_credentials_manager)