From 98e3fb93d49554885285a465fc9cb7326e5cee4c Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 20 Dec 2020 14:25:03 +0100 Subject: [PATCH] yes. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 54e2118..94ab838 100644 --- a/main.py +++ b/main.py @@ -51,10 +51,10 @@ token = None #oauth2.SpotifyOAuth(username, scope, client_id, client_secret, red font = ImageFont.load_default() +print('before get_track()') def get_track(): print('getting current song info') - get_access_token() sp = spotipy.Spotify(auth=token) track = sp.currently_playing() if track is None: