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