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: