add <> to stop confusion

This commit is contained in:
hyperbel 2022-12-21 22:40:04 +01:00
parent 2fd8872c15
commit 25a07b5d71

View File

@ -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="<ip>", port=80)