From cdbfce6f08a925e56265543d5bdad6a8dd111f1a Mon Sep 17 00:00:00 2001 From: novatorem Date: Sun, 19 Jul 2020 21:23:05 -0400 Subject: [PATCH] Check token --- api/spotify-playing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]