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

View File

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