Update main.py

Signed-off-by: Muhammad Rameen Farooqui <rameenfar2013@proton.me>
This commit is contained in:
Muhammad Rameen Farooqui 2024-11-23 17:21:47 +05:30 committed by GitHub
parent 838d72fd85
commit 01d9b97dca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,8 +18,8 @@ sp = spotipy.Spotify(
auth_manager=SpotifyOAuth(
scope="playlist-modify-private",
redirect_uri="https://www.billboard.com/charts/hot-100/",
client_id="c00868388ba14bd7921211ac079ea849",
client_secret="1def13e6a6e14c0fbf75901a9c44d37f",
client_id="your-spotify-devloper-client-id-here",
client_secret="your-spotify-devloper-client-secret-here",
show_dialog=True,
cache_path="token.txt"
)