This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
nizika_broadcast
Watch
0
Star
0
Fork
0
Code
Issues
13
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修正
btc-sounds
みてるぞ
1 year ago
parent
9aaf949d15
commit
7659245724
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.py
+ 1
- 1
main.py
View File
@@ -69,7 +69,7 @@ class Main:
system_font.render (
system_font.render (
f'live_chat.is_alive () == {live_chat.is_alive ()}',
f'live_chat.is_alive () == {live_chat.is_alive ()}',
True, (0, 0, 0)),
True, (0, 0, 0)),
(i % 2
* 2
, i // 2 * 2))
(i % 2, i // 2 * 2))
pygame.display.update ()
pygame.display.update ()
Write
Preview
Loading…
Cancel
Save