diff --git a/portainer/base.py b/portainer/base.py index 290d04a..fe0ea80 100644 --- a/portainer/base.py +++ b/portainer/base.py @@ -12,4 +12,5 @@ class ApiBase: method=method, headers=self.headers ) + return response \ No newline at end of file