debug mode enabled

This commit is contained in:
Fr4nz D13trich 2025-10-14 13:02:27 +02:00
parent c6f72d83c9
commit 46035e996d

View file

@ -9,4 +9,5 @@ def index():
return render_template("index.html")
app.run(host="127.0.0.1", port=5000)
app.run(host="127.0.0.1", port=5000)
appFlask.run(debug=True)