From f561508d2efe2a418c4fbc046600a0e4ee4c7f0a Mon Sep 17 00:00:00 2001 From: jaydee Date: Sun, 21 Dec 2025 00:52:21 +0100 Subject: [PATCH] build --- port.py | 1 + 1 file changed, 1 insertion(+) 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):