Для проверки на других устройствах
This commit is contained in:
@@ -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')
|
||||
Reference in New Issue
Block a user