From 497a1f7947fdbd3a871d6cf1266a1be7076e5196 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 16 Dec 2025 23:23:58 +0100 Subject: [PATCH] build --- port.py | 1 + 1 file changed, 1 insertion(+) diff --git a/port.py b/port.py index 285f68b..60be313 100644 --- a/port.py +++ b/port.py @@ -890,6 +890,7 @@ class Portainer: service_ids = [s[0] for s in service_tuples if s[0] != "__ALL__" ] else: service_ids = [self.args.service_id] + print(self.args) if self.args.update is False: if "__ONLY_CHECK__" in service_ids: service_ids.remove("__ONLY_CHECK__")