Для проверки на других устройствах

This commit is contained in:
2024-11-06 23:16:10 +03:00
parent fa536c6f39
commit 7e39763d77

View File

@@ -26,4 +26,4 @@ def index():
def logout():
session.clear()
return render_template('main_menu.html', ses=session)
app.run(port=5001, debug=True)
app.run(port=5001, host='0.0.0.0')