From 3dca4630aa936a5a005e8840b5bcc95c93a64f9f Mon Sep 17 00:00:00 2001 From: none Date: Sat, 24 Feb 2024 19:52:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D0=BF=D0=BE=D0=BC=D0=B8=D0=BD?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BE=20index.html=20=D0=B8=20?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=82=D1=83=D1=81=20=D1=80=D0=B0=D0=B7=D1=80?= =?UTF-8?q?=D0=B0=D0=B1=D0=BE=D1=82=D0=BA=D0=B8=20=D1=83=20=D0=B4=D0=B8?= =?UTF-8?q?=D0=BD=D0=B0=D0=BC=D0=B8=D1=87=D0=BD=D0=BE=D0=B3=D0=BE=20=D1=81?= =?UTF-8?q?=D0=B0=D0=B9=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site_creator.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site_creator.py b/site_creator.py index 7e819f3..69ee5f6 100644 --- a/site_creator.py +++ b/site_creator.py @@ -30,7 +30,10 @@ if op == "1": if type == "1": conf = {"type": "static", "ver": 1} + print("ПРИМЕЧАНИЕ: index.html обязателен.") elif type == "2": + print("В разработке...") + exit() port = input("Порт: ") conf = {"type": "dynamic", "ver": 1, "port": int(port)} write(conf, f"mysites/{domain}/config.json")