WebHost: make a fresh Room reload page once if port is not assigned yet

This commit is contained in:
Fabian Dill
2022-08-12 04:55:40 +02:00
committed by Fabian Dill
parent 2e428f906c
commit 9bd035a19d
2 changed files with 7 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
{% import "macros.html" as macros %}
{% block head %}
<title>Multiworld {{ room.id|suuid }}</title>
{% if should_refresh %}<meta http-equiv="refresh" content="2">{% endif %}
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/hostRoom.css") }}"/>
{% endblock %}