Compare commits

..

No commits in common. "c83e8b29822ee500b42e3d906640d221fa1dcd39" and "2f629c289c0eab73dadfaa4ec5765a2fb57c0f42" have entirely different histories.

View file

@ -50,7 +50,7 @@ def remove_downtime(fqdn: str,
requests.post(post_url, headers=headers) requests.post(post_url, headers=headers)
def run_command(command: list) -> tuple: def run_command(command: list[str]) -> tuple:
with subprocess.Popen(command, with subprocess.Popen(command,
stdout=subprocess.PIPE, stdout=subprocess.PIPE,
stderr=subprocess.PIPE) as proc: stderr=subprocess.PIPE) as proc: