Skip to content
Snippets Groups Projects
Commit 2221fd6b authored by Felix Chadwick-Smith's avatar Felix Chadwick-Smith
Browse files

added debug to False

parent 2ace4a5a
No related branches found
No related tags found
1 merge request!28added debug to False
......@@ -99,4 +99,4 @@ def download_assessment(filename):
if __name__ == '__main__':
with app.app_context():
db.create_all()
app.run(debug=True, port=int(os.environ.get('PORT', 8080)))
\ No newline at end of file
app.run(debug=False, port=int(os.environ.get('PORT', 8080)))
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment