From 015a1164b86f33ab31542c9fc1b683540374784d Mon Sep 17 00:00:00 2001 From: lena_smd02 Date: Wed, 15 Jul 2026 17:21:10 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/app.py b/app/app.py index 10a56f7..e37c9c8 100644 --- a/app/app.py +++ b/app/app.py @@ -94,4 +94,6 @@ def raum(id): html = html + '' \ + a["richtung"] + '   ' - return html # Das hat gefehlt! \ No newline at end of file + return html # Das hat gefehlt! +if __name__ == "__main__": + app.run(host="0.0.0.0", port=9011) \ No newline at end of file