From c127b5e4c4f841c957468d3f3f887b1cd1b43b3d Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 16 May 2023 00:11:51 +0300 Subject: [PATCH] 1 --- hlna.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hlna.py b/hlna.py index fd5269c..44ce350 100755 --- a/hlna.py +++ b/hlna.py @@ -576,7 +576,6 @@ def switch(g, m, e): #добавить all print(f"Готов - {i}") start = "start" if e else "stop" enable = "enable" if e else "disable" - os.system(f"systemctl --user {start} ark_{i}") os.system(f"systemctl --user {enable} ark_{i}") else: print(f"Ошибка перемещения {i}")