From f4a6889dd89edc110732bbab1812f2dc0c9de77c Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sat, 19 Dec 2020 22:17:43 +0100 Subject: [PATCH] yes. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 66652c7..b8c1a76 100644 --- a/main.py +++ b/main.py @@ -43,4 +43,4 @@ if token: else: print("Can't get token for", username) -screen.setImage(image.convert('RGB')) +screen.SetImage(image.convert('RGB'))