From 7659245724e95b5157dbced271816f2803228f2b Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sun, 3 Dec 2023 07:25:41 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b8cac87..edf3157 100644 --- a/main.py +++ b/main.py @@ -69,7 +69,7 @@ class Main: system_font.render ( f'live_chat.is_alive () == {live_chat.is_alive ()}', True, (0, 0, 0)), - (i % 2 * 2, i // 2 * 2)) + (i % 2, i // 2 * 2)) pygame.display.update ()