From 9aaf949d15b428faefcf90eebe807247a8eeacf6 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sun, 3 Dec 2023 07:24:01 +0900 Subject: [PATCH] =?UTF-8?q?=E6=8B=AC=E5=BC=A7=E9=96=8B=E3=81=8D=E3=81=A3?= =?UTF-8?q?=E3=81=B1=E3=81=AA=E3=81=97=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 ab12c97..b8cac87 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 * 2, i // 2 * 2)) pygame.display.update ()