From f0aa026ed1e1f26b0a72df4b4e96fd3fe6b4b58a Mon Sep 17 00:00:00 2001 From: dttric <87319664+dttric@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:04:45 +0700 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=BE=D1=81=D1=82=D0=BE=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BF=D1=83=D1=81=D1=82=D0=B8=20=D0=BF=D0=B8=D1=82=D0=BE?= =?UTF-8?q?=D0=BD=D1=8F=D1=87=D0=B8=D0=B9=20=D1=84=D0=B0=D0=B9=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reworked/frontend/main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reworked/frontend/main.py b/reworked/frontend/main.py index 2ab5e6e..a1bcb61 100644 --- a/reworked/frontend/main.py +++ b/reworked/frontend/main.py @@ -3,4 +3,7 @@ app = Flask(__name__) @app.route("/") def app(): - render_template("./index.html") \ No newline at end of file + render_template("./index.html") + +if __name__ == "__main__": + app.run() \ No newline at end of file