mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-03-14 23:00:01 +01:00
build
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user