Compare commits

...

2 Commits

Author SHA1 Message Date
bb8ef3bdb8 build 2025-12-30 22:08:02 +01:00
99aa451620 build 2025-12-30 21:51:26 +01:00

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):
@@ -1104,7 +1103,7 @@ class PortainerApi:
# print(path)
params={"pullImage": pull}
try:
resp = self._api_post(path, json=params, timeout=20)
resp = self._api_post(path, json=params, timeout=120)
#print(resp)
except ValueError as e:
print(f"Error restarting service: {e}")