This commit is contained in:
ladislav.dusa
2026-01-08 09:06:23 +01:00
parent 11cd76215a
commit 3e86a75502
2 changed files with 4 additions and 2 deletions

View File

@@ -364,7 +364,7 @@ class PortainerApi:
# print(f"Containers: {containers}")
try:
for c in containers:
print(c)
# print(c)
try:
cont.append([c["Names"][0].replace("/", ""),c["Id"], c['Image']])
contr.append([c["Names"][0].replace("/", ""), c["Id"], c['Image']])

View File

@@ -5,4 +5,6 @@ tabulate
flake8
pylint
black
docker
docker
hvac
prompt_toolkit