mirror of
https://github.com/Hopiu/portainer-cli.git
synced 2026-03-31 05:00:40 +00:00
Fix compilation
This commit is contained in:
parent
cb2b814c80
commit
323e7a9d0e
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ class PortainerCLI(object):
|
|||
|
||||
def get_stacks(self):
|
||||
stack_url = 'stacks'
|
||||
return = self.request(stack_url, self.METHOD_GET).json()
|
||||
return self.request(stack_url, self.METHOD_GET).json()
|
||||
|
||||
def get_stack_by_id(self, stack_id, endpoint_id):
|
||||
stack_url = 'stacks/{}?endpointId={}'.format(
|
||||
|
|
|
|||
Loading…
Reference in a new issue