ここ改行入れちゃだめなのか

このコミットが含まれているのは:
2023-12-03 14:16:20 +09:00
コミット ec5b7a7627
+1 -2
ファイルの表示
@@ -85,8 +85,7 @@ class Main:
if live_chat.is_alive (): if live_chat.is_alive ():
screen.blit ( screen.blit (
system_font.render ( system_font.render (
f'messages == {[c.message f'messages == {[c.message for c in live_chat.get ().items]}',
for c in live_chat.get ().items]}',
True, (0, 0, 0)), True, (0, 0, 0)),
(i % 2, 64 + i // 2 * 2)) (i % 2, 64 + i // 2 * 2))