ここ改行入れちゃだめなのか
このコミットが含まれているのは:
@@ -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))
|
||||||
|
|
||||||
|
|||||||
新しい課題から参照
ユーザをブロックする