mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-05-04 14:49:49 +02:00
build
This commit is contained in:
Binary file not shown.
+1
-1
@@ -277,7 +277,7 @@ class PortainerApi:
|
|||||||
stcks = []
|
stcks = []
|
||||||
stacks = self._api_get(path, timeout=timeout)
|
stacks = self._api_get(path, timeout=timeout)
|
||||||
self.stacks_all = {}
|
self.stacks_all = {}
|
||||||
fail_endponts = [20, 39, 41, 32, 43]
|
fail_endponts = [20, 39, 41, 32, 43, 44]
|
||||||
# print(json.dumps(stacks,indent=2))
|
# print(json.dumps(stacks,indent=2))
|
||||||
webhooks = {}
|
webhooks = {}
|
||||||
for s in stacks:
|
for s in stacks:
|
||||||
|
|||||||
Reference in New Issue
Block a user