diff --git a/port.py b/port.py index 7166ae6..c91b66d 100644 --- a/port.py +++ b/port.py @@ -868,6 +868,7 @@ class Portainer: 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):