This commit is contained in:
2023-05-14 18:40:17 +03:00
parent 566f29c13e
commit b45b8de1ee

View File

@ -393,9 +393,9 @@ def yaml_create(game, dir_server="", cluster_server="", map_s="", name_server=""
'path_server': dir_server
}
]
if game != "path_server":
print_line("elif game !=")
systemd_unit_create(game)
systemd_unit_create(game)
with open(path_yaml, 'w') as yamlfile:
yaml.dump(settings, yamlfile)
print(colorama.Fore.GREEN + "Конфиг создан" + colorama.Style.RESET_ALL)