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")