From bd1955e085c68bfee4667bbdb471602cfc3a419d Mon Sep 17 00:00:00 2001 From: livindra Date: Tue, 28 Apr 2026 20:51:03 +0700 Subject: [PATCH] db new --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index e379645..155c840 100644 --- a/app.py +++ b/app.py @@ -911,6 +911,6 @@ def export_excel(): if __name__ == '__main__': - port = int(os.environ.get('PORT', 5000)) + port = os.environ.get('PORT', 5000) debug = os.environ.get('FLASK_DEBUG', '0') == '1' app.run(host='0.0.0.0', port=port, debug=debug) \ No newline at end of file