disable debug server

This commit is contained in:
Your Name 2024-09-25 22:24:13 +02:00
parent 2af7504c01
commit 2418a7cff9

2
app.py
View file

@ -206,5 +206,5 @@ def generated_file(filename):
if __name__ == "__main__":
app.run(debug=True)
app.run(debug=False)