Skip to content

Commit

Permalink
slow loading of existing bughouse games in round page #1737
Browse files Browse the repository at this point in the history
  • Loading branch information
nnickoloff1234 committed Dec 27, 2024
1 parent 6650c16 commit d6c26ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/wsr.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ async def handle_game_user_connected(app_state: PychessGlobalAppState, ws, user,

async def handle_is_user_present(ws, users, player_name, game):
player = await users.get(player_name)
await asyncio.sleep(1)
if (
player is not None and (game.id in player.game_queues)
if player.bot
Expand Down

0 comments on commit d6c26ae

Please sign in to comment.