diff --git a/main.py b/main.py index 59df072..120d1d6 100644 --- a/main.py +++ b/main.py @@ -47,7 +47,7 @@ def move(): else: AN = request.forms.get("move") valid = games[id].AN_move(AN) - return template(TEMPLATE, game=games[id], valid=valid) + redirect("/game/") run(host="localhost", port=8080)