From ec5b7a762778c041501a08126f5e314c186d5bf1 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sun, 3 Dec 2023 14:16:20 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=93=E3=81=93=E6=94=B9=E8=A1=8C=E5=85=A5?= =?UTF-8?q?=E3=82=8C=E3=81=A1=E3=82=83=E3=81=A0=E3=82=81=E3=81=AA=E3=81=AE?= =?UTF-8?q?=E3=81=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index b966e02..8bdd933 100644 --- a/main.py +++ b/main.py @@ -85,8 +85,7 @@ class Main: if live_chat.is_alive (): screen.blit ( system_font.render ( - f'messages == {[c.message - for c in live_chat.get ().items]}', + f'messages == {[c.message for c in live_chat.get ().items]}', True, (0, 0, 0)), (i % 2, 64 + i // 2 * 2))