diff --git a/app.py b/app.py index e79616a..e132976 100644 --- a/app.py +++ b/app.py @@ -47,4 +47,4 @@ def index(): return send_from_directory(website_dir, 'index.html') if __name__ == "__main__": - app.run(debug=True) + app.run()