From 0cbbb443f2e6c978cebcf35ba696c1d6f2445a75 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 17 Dec 2025 00:10:12 +0100 Subject: [PATCH] build --- port.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 []