From 43a3bc55a07ec862362a3c9e11b95f52c373e1aa Mon Sep 17 00:00:00 2001 From: xpamych Date: Mon, 29 May 2023 21:34:31 +0300 Subject: [PATCH] i --- hlna.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlna.py b/hlna.py index 00018df..1859771 100755 --- a/hlna.py +++ b/hlna.py @@ -805,7 +805,7 @@ def start_stop(action, g, m): x = os.system(f"systemctl --user {action} ark_{data['SessionName'].lower()}.service") if x == 0: - print_line(f"Готово {action} для {g} {name_servers}", flag="GREEN") + print_line(f"Готово {action} для {g} {i}", flag="GREEN") elif g == "7days": x = os.system(f"systemctl --user {action} 7days.service")