From 4e50ae7673ad7a77034db7f3ed7985a05889d8e1 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 14 May 2023 18:41:33 +0300 Subject: [PATCH] 1 --- hlna.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hlna.py b/hlna.py index 44f1089..53433e2 100755 --- a/hlna.py +++ b/hlna.py @@ -394,11 +394,11 @@ def yaml_create(game, dir_server="", cluster_server="", map_s="", name_server="" } ] - systemd_unit_create(game) - with open(path_yaml, 'w') as yamlfile: yaml.dump(settings, yamlfile) print(colorama.Fore.GREEN + "Конфиг создан" + colorama.Style.RESET_ALL) + systemd_unit_create(game) + def systemd_unit_create(game, config_7days="", name_server=list_config): print_line(systemd_unit_create)