This commit is contained in:
2025-12-04 22:12:36 +01:00
parent e9a3cb8dc4
commit f328118f65

View File

@@ -721,7 +721,7 @@ class Portainer:
count += 1 count += 1
headers = ["StackID", "Name", "Endpoint"] headers = ["StackID", "Name", "Endpoint"]
print(tabulate(data, headers=headers, tablefmt="github")) print(tabulate.tabulate(data, headers=headers, tablefmt="github"))
print(f"Total stacks: {count}") print(f"Total stacks: {count}")
def start_stack(self, stack=None, endpoint_id=None): def start_stack(self, stack=None, endpoint_id=None):