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