|
@ -101,6 +101,7 @@ def api_state(): |
|
|
"status": "ok", |
|
|
"status": "ok", |
|
|
"round": state.round, |
|
|
"round": state.round, |
|
|
"team_id": team_id, |
|
|
"team_id": team_id, |
|
|
|
|
|
"teams_count": game.teams_count, |
|
|
"time_to_response": time_to_end, |
|
|
"time_to_response": time_to_end, |
|
|
"state": game.get_logic().personalize_state(state.get_state(), team_id, state.round), |
|
|
"state": game.get_logic().personalize_state(state.get_state(), team_id, state.round), |
|
|
} |
|
|
} |
|
|