Merge branch 'main' into testing

This commit is contained in:
Micke Nordin 2023-11-07 14:01:27 +01:00
commit c83e8b2982

View file

@ -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: