From a08f4739542954d3fc6f4c8a6ee86b0bf519afb7 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 7 Nov 2023 14:01:12 +0100 Subject: [PATCH] remove subscript of type --- templates/script/restart-nextcloud-farm.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/script/restart-nextcloud-farm.erb b/templates/script/restart-nextcloud-farm.erb index 05321a2..bb5170a 100755 --- a/templates/script/restart-nextcloud-farm.erb +++ b/templates/script/restart-nextcloud-farm.erb @@ -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: