This commit is contained in:
2026-03-29 20:18:13 +02:00
parent 8067ac8561
commit 5adb2c7c2e
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -277,7 +277,7 @@ class PortainerApi:
stcks = []
stacks = self._api_get(path, timeout=timeout)
self.stacks_all = {}
fail_endponts = [20, 39, 41, 32, 43]
fail_endponts = [20, 39, 41, 32, 43, 44]
# print(json.dumps(stacks,indent=2))
webhooks = {}
for s in stacks: