From cac35b279f21b4f39739e7844c38d6316316eca9 Mon Sep 17 00:00:00 2001 From: Suyash <89187210+Suyaaash@users.noreply.github.com> Date: Sun, 15 Sep 2024 00:53:47 +0530 Subject: [PATCH] Update app.py --- vote/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vote/app.py b/vote/app.py index 596546612a..9dfdeb6fb3 100644 --- a/vote/app.py +++ b/vote/app.py @@ -48,4 +48,4 @@ def hello(): if __name__ == "__main__": - app.run(host='0.0.0.0', port=80, debug=True, threaded=True) + app.run(host='0.0.0.0', port=8080, debug=True, threaded=True)