From 3152014ca31c73902521335b883dde7a10d1760a Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 5 Jan 2026 17:45:29 +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 cd97b5d..7448d19 100644 --- a/portainer/api.py +++ b/portainer/api.py @@ -364,7 +364,7 @@ class PortainerApi: print(f"Containers: {containers}") try: for c in containers: - + print(c) cont.append([c["Names"][0].replace("/", ""),c["Id"], c['Image']]) contr.append([c["Names"][0].replace("/", ""), c["Id"], c['Image']]) if self.all_data["endpoints"]["by_id"][endpoint] in data: