From d8652af39417208c0c1fe10a2b46f5125bbd38d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mara=20Z=C3=B6llner?= Date: Wed, 17 Jun 2026 13:55:40 +0200 Subject: [PATCH] antwort "4" angepasst --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index b33049a..a152700 100644 --- a/app.py +++ b/app.py @@ -11,7 +11,7 @@ def hello(): @app.route("/frage", methods=["GET", "POST"]) def frage(): if request.method == "POST": - if request.form["antwort"] == "8": + if request.form["antwort"] == "4": return "Richtig! Tür offen." return "Leider falsch."