This commit is contained in:
2026-01-24 21:05:09 +01:00
parent 12ff88f8e8
commit ddeb67750f

View File

@@ -972,7 +972,7 @@ class PortainerApi:
def update_service(self):
all_services = self.get_services(self.get_endpoint_id())
if self.args.DEBUG:
if self.args.debug:
print(all_services)
if len(all_services) == 0:
print("No services found on this endpoint.")