1
This commit is contained in:
parent
34ceffbfef
commit
0d83154a76
2
hlna.py
2
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")
|
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")
|
||||||
|
Loading…
Reference in New Issue
Block a user