yes.
This commit is contained in:
parent
2cf5cc1874
commit
8e98909651
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -51,9 +51,9 @@ token = None #oauth2.SpotifyOAuth(username, scope, client_id, client_secret, red
|
||||||
|
|
||||||
font = ImageFont.load_default()
|
font = ImageFont.load_default()
|
||||||
|
|
||||||
main()
|
|
||||||
|
|
||||||
def get_track():
|
def get_track():
|
||||||
|
main()
|
||||||
print('getting current song info')
|
print('getting current song info')
|
||||||
sp = spotipy.Spotify(auth=token)
|
sp = spotipy.Spotify(auth=token)
|
||||||
track = sp.currently_playing()
|
track = sp.currently_playing()
|
||||||
|
|
Loading…
Reference in a new issue