From d03a44b7c297f257ae152eba02a0737951e7f302 Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sat, 19 Dec 2020 22:44:06 +0100 Subject: [PATCH] yes. --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 62a9281..ccff90c 100644 --- a/main.py +++ b/main.py @@ -33,6 +33,7 @@ screen = RGBMatrix(options = options) #pygame.display.set_mode(self.size, self.f token = util.prompt_for_user_token(username, scope, client_id, client_secret, redirect_uri) def get_track(): + print('getting info') sp = spotipy.Spotify(auth=token) track = sp.currently_playing() print(track['is_playing'])