Turned off debug for SQL error

This commit is contained in:
2023-09-03 23:37:26 -04:00
parent 74ce084dba
commit a21c4bf532

View File

@@ -129,4 +129,4 @@ api.add_resource(jobManager, '/api/jobs')
#Runs the Flask app #Runs the Flask app
if __name__ == '__main__': if __name__ == '__main__':
app.run(debug=True) app.run(debug=False)