From 0d83154a76f14e9e28c8a99c1a171b64c7710373 Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 16 May 2023 00:41:01 +0300 Subject: [PATCH] 1 --- hlna.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlna.py b/hlna.py index 3579dfe..e65a5b3 100755 --- a/hlna.py +++ b/hlna.py @@ -695,7 +695,7 @@ def start_stop(action, g, m, list_config=list_config): x = os.system(f"systemctl --user {action} ark_{data['SessionName'].lower()}.service") if x == 0: - print_line("Готово") + print_line(f"Готово {action} для {g}") elif g == "7days": x = os.system(f"systemctl --user {action} 7days.service")