Исправление для корретной работы после авторизации

This commit is contained in:
2024-11-07 16:31:04 +03:00
parent 2ba5b63b65
commit 5211ab58a2
2 changed files with 2 additions and 2 deletions

View File

@@ -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')
app.run(port=5002, host='0.0.0.0')