From bf1158b7e0758bd3a90c8ec4aa155a5fe053195b Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 14 May 2023 18:25:39 +0300 Subject: [PATCH] 1 --- hlna.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlna.py b/hlna.py index 1a29a58..baa6294 100755 --- a/hlna.py +++ b/hlna.py @@ -393,7 +393,7 @@ def yaml_create(game, dir_server="", cluster_server="", map_s="", name_server="" 'path_server': dir_server } ] - elif game != "": + if game != "": print_line("elif game !=") systemd_unit_create(game) with open(path_yaml, 'w') as yamlfile: