Browse Source

日づけを str に変換忘れ

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

+ 1
- 1
main.py View File

@@ -79,7 +79,7 @@ class Main:
True, (0, 0, 0)),
(i % 2, i // 2 * 2))
screen.blit (
system_font.render (datetime.now (), True, (0, 0, 0)),
system_font.render (str (datetime.now ()), True, (0, 0, 0)),
(i % 2, 32 + i // 2 * 2))

if live_chat.is_alive ():


Loading…
Cancel
Save