From 99aa45162043e48622f8e00dafe5b24195458836 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 30 Dec 2025 21:51:26 +0100 Subject: [PATCH] build --- portainer/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/portainer/api.py b/portainer/api.py index d57227f..56d8f3e 100644 --- a/portainer/api.py +++ b/portainer/api.py @@ -868,7 +868,6 @@ class PortainerApi: headers = ["StackID", "Name", "Endpoint"] print(tabulate.tabulate(data, headers=headers, tablefmt="github")) print(f"Total stacks: {count}") - input("Continue...") # print(sorted(stack_names)) def update_containers(self):