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."