diff --git a/App/app.py b/App/app.py index 4b49c69..887facd 100644 --- a/App/app.py +++ b/App/app.py @@ -26,4 +26,4 @@ def index(): def logout(): session.clear() return render_template('main_menu.html', ses=session) -app.run(port=5001, host='0.0.0.0') \ No newline at end of file +app.run(port=5002, host='0.0.0.0') \ No newline at end of file diff --git a/App/templates/main_menu.html b/App/templates/main_menu.html index 4afda31..479e5e0 100644 --- a/App/templates/main_menu.html +++ b/App/templates/main_menu.html @@ -12,7 +12,7 @@