yes.
This commit is contained in:
parent
be96793022
commit
5aecfad38c
1 changed files with 1 additions and 1 deletions
2
main.py
2
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
|
||||
|
|
Loading…
Reference in a new issue