Fix leaderboard_thread dispatched as blocking.

remotes/1693176582716663532/tmp_refs/heads/watchparty
Snakes 2022-09-27 02:32:42 -04:00
parent d0d67085e3
commit 9914fd215c
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def leaderboard_thread():
stdout.flush()
gevent.spawn(leaderboard_thread())
gevent.spawn(leaderboard_thread)