Strategická: Json je třeba naparsovat
This commit is contained in:
parent
3772309995
commit
75c9531662
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def api_action():
|
|||
team = get_context()
|
||||
game = team.game
|
||||
team_id = team.team_id
|
||||
j = request.get_json()
|
||||
j = json.loads(request.get_json())
|
||||
state = game.current_state()
|
||||
round_id = args_get('round', int)
|
||||
if round_id < 0 or round_id > game.current_round:
|
||||
|
|
Loading…
Reference in a new issue