mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-03-14 23:00:01 +01:00
build
This commit is contained in:
@@ -1215,7 +1215,7 @@ class PortainerApi:
|
||||
|
||||
if stack is not None:
|
||||
for s in stack:
|
||||
self.stack_ids = [self._resolve_stack_id(s, endpoint_id)]
|
||||
self.stack_ids.append(self._resolve_stack_id(s, endpoint_id))
|
||||
# print(self.stack_ids)
|
||||
for stck in self.stack_ids:
|
||||
path = f"/stacks/{stck}/stop"
|
||||
|
||||
Reference in New Issue
Block a user