diff --git a/port.py b/port.py index fb8b346..2b50f4e 100644 --- a/port.py +++ b/port.py @@ -1109,7 +1109,7 @@ class Portainer: params={"serviceID": service_id, "pullImage": pool} try: resp = self._api_put(path, json=params, timeout=20) - print(resp) + # print(resp) except ValueError as e: print(f"Error restarting service: {e}") return []