This commit is contained in:
Lukas Schulz 2020-12-20 01:18:15 +01:00
parent be96793022
commit 5aecfad38c

View file

@ -39,7 +39,7 @@ token = util.prompt_for_user_token(username, scope, client_id, client_secret, re
font = ImageFont.load_default() font = ImageFont.load_default()
def get_track(): def get_track():
#print('getting info') print('getting current song info')
sp = spotipy.Spotify(auth=token) sp = spotipy.Spotify(auth=token)
track = sp.currently_playing() track = sp.currently_playing()
global is_playing global is_playing