From d9ed018a84771a418ef8a3c9ec5b89ba54c3a26e Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sat, 19 Dec 2020 22:27:39 +0100 Subject: [PATCH] yes. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fb8b886..3f74229 100644 --- a/main.py +++ b/main.py @@ -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")