Skip to content

Commit

Permalink
Update playlist_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Benny-Nottonson authored Dec 16, 2023
1 parent 8b2f465 commit 3c5cbec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playlist_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

sp = SpotifyAPI(
api_manager=SpotifyAPIManager(
client_id="37c0cd0d045d4728995a345cd3de949a",
client_secret="0188607cfc0d455f85615916762f77a6",
client_id="",
client_secret="",
redirect_uri="https://example.com",
scope=SCOPE,
)
Expand Down

0 comments on commit 3c5cbec

Please sign in to comment.