yes.
This commit is contained in:
parent
8e98909651
commit
7f01c9ed47
1 changed files with 2 additions and 3 deletions
3
main.py
3
main.py
|
@ -53,7 +53,6 @@ font = ImageFont.load_default()
|
|||
|
||||
|
||||
def get_track():
|
||||
main()
|
||||
print('getting current song info')
|
||||
sp = spotipy.Spotify(auth=token)
|
||||
track = sp.currently_playing()
|
||||
|
@ -237,7 +236,7 @@ if __name__ == "__main__":
|
|||
get_access_token()
|
||||
drawCanvas()
|
||||
time.sleep(10)
|
||||
|
||||
main()
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue