added code

This commit is contained in:
Muhammad Ibrahim 2024-11-24 06:12:26 +05:30
parent c59b35d9bd
commit 2241885c16

View File

@ -18,7 +18,7 @@ sp = spotipy.Spotify(
auth_manager=SpotifyOAuth(
scope="playlist-modify-private",
redirect_uri="http://example.com",
client_id=YOUR-CLIENT-ID,
client_id="as2902308904239df",
client_secret=YOUR-CLIENT-SECRET,
show_dialog=True,
cache_path="token.txt"