From 7c13bfa218e35f9c176184bd970cbc1f68e583c9 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 14 May 2023 18:01:21 +0300 Subject: [PATCH] 1 --- hlna.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hlna.py b/hlna.py index dee22e5..1a29a58 100755 --- a/hlna.py +++ b/hlna.py @@ -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)