From d1f7c1db6364929bee7eed5bb62f7bc11d2ba18c Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Wed, 27 Mar 2024 18:52:11 -0500 Subject: [PATCH] lol oops --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()