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: