diff --git a/my_flask_app.py b/my_flask_app.py index 50b7085784fa9fd1bd810b30be51357638703a81..faef2b6e5d7975deedc6b355cd4901fcec2a5318 100644 --- a/my_flask_app.py +++ b/my_flask_app.py @@ -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