1
This commit is contained in:
parent
c8dd169d72
commit
5d81e61036
4
hlna.py
4
hlna.py
@ -525,6 +525,10 @@ def start_stop(action, g, m, b, list_config=list_config):
|
||||
print_line("Готово")
|
||||
else:
|
||||
print("Ни одной карты не установлено")
|
||||
elif g == "7days":
|
||||
x = os.system(f"systemctl --user {action} 7days.service")
|
||||
if x == 0:
|
||||
print_line("Готово")
|
||||
|
||||
|
||||
def read_yaml(list_config, flag=True):
|
||||
|
Loading…
Reference in New Issue
Block a user