From 8e9890965135d7fbf24216f76b8ab2216aff9c1a Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 20 Dec 2020 14:19:34 +0100 Subject: [PATCH] yes. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b42639f..d333455 100644 --- a/main.py +++ b/main.py @@ -51,9 +51,9 @@ token = None #oauth2.SpotifyOAuth(username, scope, client_id, client_secret, red font = ImageFont.load_default() -main() def get_track(): + main() print('getting current song info') sp = spotipy.Spotify(auth=token) track = sp.currently_playing()