This commit is contained in:
2025-12-30 21:51:26 +01:00
parent fd1fcf90a4
commit 99aa451620

View File

@@ -868,7 +868,6 @@ class PortainerApi:
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):