master
Lukas Schulz 2020-12-19 22:30:49 +01:00
parent fcd8884df6
commit f9a560098d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ async def get_track():
# #image.save("thumbnail.jpg","JPEG")
#else:
print("Can't get token for", username)
def main():
async def main():
thumbnail = await get_track()
screen.SetImage(thumbnail.convert('RGB'))