From c4fd048dcd30605bc41812686dcf6eefe9d0bf04 Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 8 Dec 2023 02:20:18 +0000 Subject: [PATCH] Update run.py --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 39d9c44..80163eb 100644 --- a/run.py +++ b/run.py @@ -2,4 +2,4 @@ from app.views import app as application app=application if __name__ == '__main__': - application.run(port="2121", debug=False) \ No newline at end of file + application.run(port="2121")