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