diff --git a/WebHostLib/misc.py b/WebHostLib/misc.py index ec461e7d..018ad1bd 100644 --- a/WebHostLib/misc.py +++ b/WebHostLib/misc.py @@ -150,6 +150,7 @@ def host_room(room: UUID): if cmd: Command(room=room, commandtext=cmd) commit() + return redirect(url_for("host_room", room=room.id)) now = datetime.datetime.utcnow() # indicate that the page should reload to get the assigned port