Default debug to false
This commit is contained in:
+1
-1
@@ -664,4 +664,4 @@ def odata_metadata():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=getattr(config, "DEBUG", True))
|
||||
app.run(debug=getattr(config, "DEBUG", False))
|
||||
Reference in New Issue
Block a user