From 3f34b6e64ae622408b56c083a5c9db2e1331e8b6 Mon Sep 17 00:00:00 2001 From: mahathi Date: Mon, 29 Dec 2025 11:56:05 +0530 Subject: [PATCH] app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index cd07f44..6d34954 100644 --- a/app.py +++ b/app.py @@ -9,5 +9,5 @@ def hello(): if __name__ == "__main__": - port = int(os.environ.get("PORT", 5001)) + port = int(os.environ.get("PORT", 5000)) app.run(debug=True,host='0.0.0.0',port=port)