From 62f7068ca9ecd78fe00cd5c685271bfa08feecb7 Mon Sep 17 00:00:00 2001 From: 62cacc1fcf7e861cf6c3b88a <62cacc1fcf7e861cf6c3b88a@devide> Date: Sun, 26 Mar 2023 16:03:25 +0000 Subject: [PATCH] UPDATE --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 010b435..b65fd02 100644 --- a/main.py +++ b/main.py @@ -10,4 +10,4 @@ def index(): return render_template('index.html') if __name__ == '__main__': - app.run(port=5002) \ No newline at end of file + app.run(port=5000) \ No newline at end of file -- GitLab