|
@@ -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 |
|
|
|
|
|
for c in live_chat.get ().items]}', |
|
|
|
|
|
|
|
|
f'messages == {[c.message 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)) |
|
|
|
|
|
|
|
|