括弧開きっぱなし修正

このコミットが含まれているのは:
2023-12-03 07:24:01 +09:00
コミット 9aaf949d15
+1 -1
ファイルの表示
@@ -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 ()