Browse Source

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

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

+ 1
- 2
main.py View File

@@ -85,8 +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 == {[c.message for c in live_chat.get ().items]}',
True, (0, 0, 0)),
(i % 2, 64 + i // 2 * 2))



Loading…
Cancel
Save