This commit is contained in:
Евгений Храмов 2023-05-29 21:34:31 +03:00
parent 5a24e8a738
commit 43a3bc55a0

@ -805,7 +805,7 @@ def start_stop(action, g, m):
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(f"Готово {action} для {g} {name_servers}", flag="GREEN") print_line(f"Готово {action} для {g} {i}", flag="GREEN")
elif g == "7days": elif g == "7days":
x = os.system(f"systemctl --user {action} 7days.service") x = os.system(f"systemctl --user {action} 7days.service")