From 29ca908c75473823909978418c204259e9f682d1 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 10 Feb 2026 21:47:40 +0100 Subject: [PATCH] build --- portainer/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer/api.py b/portainer/api.py index 02d5053..bf1179a 100644 --- a/portainer/api.py +++ b/portainer/api.py @@ -1038,7 +1038,7 @@ class PortainerApi: if resp['Status'] == "outdated": if pull: - if service_dict[service_id] in args.excluded: + if service_dict[service_id] in self.args.excluded: continue self.restart_srv(service_id, pull) #print(f"Service {service_dict[service_id]:<{longest}} : updated")