update
This commit is contained in:
parent
746f4bfda5
commit
91e9d3e4dd
@ -7,7 +7,7 @@ class SainsmartRelay:
|
||||
def _run_command(self, args):
|
||||
try:
|
||||
result = subprocess.run(
|
||||
["sudo", self.executable] + args,
|
||||
[self.executable] + args,
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
text=True,
|
||||
|
Loading…
Reference in New Issue
Block a user