mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 00:07:21 +00:00
add <> to stop confusion
This commit is contained in:
parent
2fd8872c15
commit
25a07b5d71
4
main.py
4
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="<ip>", port=80)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user