From 4d9108bdbf978648d3546f5aa881bf0444e34979 Mon Sep 17 00:00:00 2001 From: surprisingly-abhay <72047220+surprisingly-abhay@users.noreply.github.com> Date: Tue, 29 Sep 2020 02:20:03 +0530 Subject: [PATCH] Update ByeAds.py --- ByeAds.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ByeAds.py b/ByeAds.py index c041d47..a6bd52f 100644 --- a/ByeAds.py +++ b/ByeAds.py @@ -39,9 +39,9 @@ def restartSpotify(): playSpotify() -spotifyUsername = "#EnterUsernameHere" -spotifyClientID = "#EnterClientIDHere" -spotifyClientSecret = "#EnterClientSecretHere" +spotifyUsername = "#Surprisingly_abhay" +spotifyClientID = "#9dcf348bc18e48d196efdf3b400213e9" +spotifyClientSecret = "#39981427a0ac495896c4ab58c9c0a2f3" spotifyAccessScope = "user-read-currently-playing user-modify-playback-state" spotifyRedirectURI = "http://google.com/"