diff --git a/README.md b/README.md index 68b9ba5..4a45af3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # spotifyFetcher loads all data through web api
-client secret - ***REDACTED*** +client secret - 4ced4e4575094b749834a60996680c6c diff --git a/SpotifyAuthenticator.py b/SpotifyAuthenticator.py index 64a4b2c..529c702 100644 --- a/SpotifyAuthenticator.py +++ b/SpotifyAuthenticator.py @@ -8,7 +8,7 @@ import threading import time import os.path -client_id = '***REDACTED***' +client_id = '3b4db45bb66b45e9a2532989c8034332' client_secret = None token = None