From 7e39763d771824d0609219b04d82600078020437 Mon Sep 17 00:00:00 2001 From: Anton Kamalov Date: Wed, 6 Nov 2024 23:16:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BB=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D0=BA=D0=B8=20=D0=BD=D0=B0=20=D0=B4=D1=80=D1=83?= =?UTF-8?q?=D0=B3=D0=B8=D1=85=20=D1=83=D1=81=D1=82=D1=80=D0=BE=D0=B9=D1=81?= =?UTF-8?q?=D1=82=D0=B2=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/app.py b/App/app.py index b718a1e..4b49c69 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, debug=True) \ No newline at end of file +app.run(port=5001, host='0.0.0.0') \ No newline at end of file