diff --git a/classquiz/routers/live.py b/classquiz/routers/live.py index 5651567..514a719 100644 --- a/classquiz/routers/live.py +++ b/classquiz/routers/live.py @@ -115,7 +115,6 @@ async def get_live_game_data( total_questions = len(game.questions) game = _GetLivePlayGame(**{**game.dict(), "total_questions": total_questions}) if in_human_count: - player_count += 1 game.current_question += 1 return_obj = None