From d67e490f84e3af85211343bff714d2e35bdcd05f Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sun, 3 Dec 2023 14:21:37 +0900 Subject: [PATCH] =?UTF-8?q?live=5Fchat.get=20=E3=81=A7=E6=B6=88=E6=B1=9F?= =?UTF-8?q?=E3=82=8B=E3=81=AE=E3=81=AD?= 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 84cc12a..71cedff 100644 --- a/main.py +++ b/main.py @@ -85,7 +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 == {messages}', True, (0, 0, 0)), (i % 2, 64 + i // 2 * 2))