From e8f244a32883ff5dfe8534d2c2235065294ea69a Mon Sep 17 00:00:00 2001 From: Mawoka Date: Fri, 7 Oct 2022 19:01:13 +0200 Subject: [PATCH] :bug: Fixed live-endpoint --- classquiz/routers/live.py | 1 - 1 file changed, 1 deletion(-) 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