diff --git a/api/spotify-playing.py b/api/spotify-playing.py index 52dd1d1..57ce848 100644 --- a/api/spotify-playing.py +++ b/api/spotify-playing.py @@ -42,7 +42,7 @@ def refresh_token(): response = requests.post(SPOTIFY_URL_REFRESH_TOKEN, data=data, headers=headers) repsonse_json = response.json() - + print(repsonse_json) return repsonse_json["access_token"]