mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-05-04 18:49:50 +02:00
Compare commits
1 Commits
8067ac8561
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 5adb2c7c2e |
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