Änderung

This commit is contained in:
lena_smd02 2026-07-15 17:21:10 +02:00
parent b7173fe292
commit 015a1164b8

View file

@ -94,4 +94,6 @@ def raum(id):
html = html + '<a href="' + nach_raum_url + '">' \
+ a["richtung"] + '</a> &nbsp; '
return html # Das hat gefehlt!
return html # Das hat gefehlt!
if __name__ == "__main__":
app.run(host="0.0.0.0", port=9011)