Default debug to false

This commit is contained in:
2026-08-25 19:16:01 +02:00
parent 4085305039
commit efbc147f48
+1 -1
View File
@@ -664,4 +664,4 @@ def odata_metadata():
if __name__ == "__main__": if __name__ == "__main__":
app.run(debug=getattr(config, "DEBUG", True)) app.run(debug=getattr(config, "DEBUG", False))