From 25a07b5d7123c0bdb5322707db9f86d33652b378 Mon Sep 17 00:00:00 2001 From: hyperbel Date: Wed, 21 Dec 2022 22:40:04 +0100 Subject: [PATCH] add <> to stop confusion --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 5c17a1e..1d97dbd 100644 --- a/main.py +++ b/main.py @@ -192,7 +192,7 @@ def mate_logik(sorte, anzahl): koffeingehalt = 0 match sorte: case "Mio Mio": - koffeingehalt = + koffeingehalt = @app.route("/mate", methods=['POST']) @@ -415,4 +415,4 @@ def create_app(config_filename): return app # Use this line to run it localy -#app.run(host="ip", port=80) +#app.run(host="", port=80)