This commit is contained in:
Евгений Храмов 2023-05-14 18:01:21 +03:00
parent 4967bbb97d
commit 7c13bfa218

@ -394,6 +394,7 @@ def yaml_create(game, dir_server="", cluster_server="", map_s="", name_server=""
}
]
elif game != "":
print_line("elif game !=")
systemd_unit_create(game)
with open(path_yaml, 'w') as yamlfile:
yaml.dump(settings, yamlfile)