From 35203503052cc5d61fe2cc89fadc964d5341001d Mon Sep 17 00:00:00 2001 From: Lena Date: Wed, 15 Jul 2026 16:34:39 +0200 Subject: [PATCH] =?UTF-8?q?Einr=C3=BCckfehler=20behoben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.py b/app/app.py index df598a1..94c3cb0 100644 --- a/app/app.py +++ b/app/app.py @@ -77,7 +77,7 @@ def raum(id): html = html + "

" + r["beschreibung"] + "

" if "spieler" in session: - html = html + '

Unterwegs als: ' + session["spieler"] + '

' + html = html + '

Unterwegs als: ' + session["spieler"] + '

' for a in ausgaenge: html = html + '' \