Skip to content

Commit

Permalink
Update spotify_data_retrieval.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitmahajan095 committed Feb 16, 2023
1 parent da1d4c6 commit 04611c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify_data_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Set up the authentication credentials
sp = spotipy.Spotify(auth_manager = SpotifyOAuth(client_id = client_id,
client_secret = client_id,
client_secret = client_secret,
redirect_uri = redirect_uri,
scope = "user-library-read user-read-recently-played"))

Expand Down

0 comments on commit 04611c9

Please sign in to comment.