yes.
This commit is contained in:
parent
fcd8884df6
commit
f9a560098d
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -53,7 +53,7 @@ async def get_track():
|
||||||
# #image.save("thumbnail.jpg","JPEG")
|
# #image.save("thumbnail.jpg","JPEG")
|
||||||
#else:
|
#else:
|
||||||
print("Can't get token for", username)
|
print("Can't get token for", username)
|
||||||
def main():
|
async def main():
|
||||||
thumbnail = await get_track()
|
thumbnail = await get_track()
|
||||||
screen.SetImage(thumbnail.convert('RGB'))
|
screen.SetImage(thumbnail.convert('RGB'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue