From 5aecfad38c866b30d3be12b7858230e629ab84b0 Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 20 Dec 2020 01:18:15 +0100 Subject: [PATCH] yes. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a761acc..7d03dce 100644 --- a/main.py +++ b/main.py @@ -39,7 +39,7 @@ token = util.prompt_for_user_token(username, scope, client_id, client_secret, re font = ImageFont.load_default() def get_track(): - #print('getting info') + print('getting current song info') sp = spotipy.Spotify(auth=token) track = sp.currently_playing() global is_playing