Set debug to false again

This commit is contained in:
TT-392 2024-09-26 21:26:55 +02:00
parent cb5efe5821
commit d08e5607a5

2
app.py
View file

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