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}") # print(f"Containers: {containers}")
try: try:
for c in containers: for c in containers:
print(c) # print(c)
try: try:
cont.append([c["Names"][0].replace("/", ""),c["Id"], c['Image']]) cont.append([c["Names"][0].replace("/", ""),c["Id"], c['Image']])
contr.append([c["Names"][0].replace("/", ""), c["Id"], c['Image']]) contr.append([c["Names"][0].replace("/", ""), c["Id"], c['Image']])

View File

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