Merge branch 'main' into testing
This commit is contained in:
commit
c83e8b2982
|
@ -50,7 +50,7 @@ def remove_downtime(fqdn: str,
|
|||
requests.post(post_url, headers=headers)
|
||||
|
||||
|
||||
def run_command(command: list[str]) -> tuple:
|
||||
def run_command(command: list) -> tuple:
|
||||
with subprocess.Popen(command,
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE) as proc:
|
||||
|
|
Loading…
Reference in a new issue