This commit is contained in:
Евгений Храмов 2023-05-16 00:41:01 +03:00
parent 34ceffbfef
commit 0d83154a76

@ -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") x = os.system(f"systemctl --user {action} ark_{data['SessionName'].lower()}.service")
if x == 0: if x == 0:
print_line("Готово") print_line(f"Готово {action} для {g}")
elif g == "7days": elif g == "7days":
x = os.system(f"systemctl --user {action} 7days.service") x = os.system(f"systemctl --user {action} 7days.service")