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")