This commit is contained in:
Lukas Schulz 2020-12-19 22:27:39 +01:00
parent 0c78005c07
commit d9ed018a84

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")