master
Lukas Schulz 2020-12-19 22:27:39 +01:00
parent 0c78005c07
commit d9ed018a84
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@ async def get_track():
#else:
print("Can't get token for", username)
while(True):
screen.SetImage(get_track().convert('RGB'))
screen.SetImage(await get_track().convert('RGB'))
print("Text")