master
Lukas Schulz 2020-12-20 14:19:34 +01:00
parent 2cf5cc1874
commit 8e98909651
1 changed files with 1 additions and 1 deletions

View File

@ -51,9 +51,9 @@ token = None #oauth2.SpotifyOAuth(username, scope, client_id, client_secret, red
font = ImageFont.load_default()
main()
def get_track():
main()
print('getting current song info')
sp = spotipy.Spotify(auth=token)
track = sp.currently_playing()