diff --git a/main.py b/main.py index 010b435ac9bffadb5ec711b914e5c6c207799668..b65fd02b23209f3316f7ba19cce15c83c187ae94 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