Browse Source

live_chat.get で消江るのね

btc-sounds
みてるぞ 9 months ago
parent
commit
d67e490f84
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main.py

+ 1
- 1
main.py View File

@@ -85,7 +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 == {messages}',
True, (0, 0, 0)), True, (0, 0, 0)),
(i % 2, 64 + i // 2 * 2)) (i % 2, 64 + i // 2 * 2))




Loading…
Cancel
Save