added code
This commit is contained in:
parent
c59b35d9bd
commit
2241885c16
@ -18,7 +18,7 @@ sp = spotipy.Spotify(
|
|||||||
auth_manager=SpotifyOAuth(
|
auth_manager=SpotifyOAuth(
|
||||||
scope="playlist-modify-private",
|
scope="playlist-modify-private",
|
||||||
redirect_uri="http://example.com",
|
redirect_uri="http://example.com",
|
||||||
client_id=YOUR-CLIENT-ID,
|
client_id="as2902308904239df",
|
||||||
client_secret=YOUR-CLIENT-SECRET,
|
client_secret=YOUR-CLIENT-SECRET,
|
||||||
show_dialog=True,
|
show_dialog=True,
|
||||||
cache_path="token.txt"
|
cache_path="token.txt"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user