master
Lukas Schulz 2020-12-20 01:18:15 +01:00
parent be96793022
commit 5aecfad38c
1 changed files with 1 additions and 1 deletions

View File

@ -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