yes.
This commit is contained in:
parent
b16e2a9b4a
commit
c53e992f0d
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -43,6 +43,7 @@ def get_track():
|
||||||
return image
|
return image
|
||||||
#image.save("thumbnail.jpg","JPEG")
|
#image.save("thumbnail.jpg","JPEG")
|
||||||
screen.SetImage(thumbnail.convert('RGB'))
|
screen.SetImage(thumbnail.convert('RGB'))
|
||||||
|
print('set image')
|
||||||
|
|
||||||
#if token:
|
#if token:
|
||||||
# sp = spotipy.Spotify(auth=token)
|
# sp = spotipy.Spotify(auth=token)
|
||||||
|
|
Loading…
Reference in a new issue