From f328118f6548b080b4920b51a3895ca0f4e04cfa Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 4 Dec 2025 22:12:36 +0100 Subject: [PATCH] build --- port.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port.py b/port.py index 80130a8..195763e 100644 --- a/port.py +++ b/port.py @@ -721,7 +721,7 @@ class Portainer: count += 1 headers = ["StackID", "Name", "Endpoint"] - print(tabulate(data, headers=headers, tablefmt="github")) + print(tabulate.tabulate(data, headers=headers, tablefmt="github")) print(f"Total stacks: {count}") def start_stack(self, stack=None, endpoint_id=None):