From 3e86a75502a3c0afce42b01f5e1ec66a0794b508 Mon Sep 17 00:00:00 2001 From: "ladislav.dusa" Date: Thu, 8 Jan 2026 09:06:23 +0100 Subject: [PATCH] build --- portainer/api.py | 2 +- requirements.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/portainer/api.py b/portainer/api.py index d3079d7..8864401 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) + # print(c) try: cont.append([c["Names"][0].replace("/", ""),c["Id"], c['Image']]) contr.append([c["Names"][0].replace("/", ""), c["Id"], c['Image']]) diff --git a/requirements.txt b/requirements.txt index 747db26..5b3fe30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,6 @@ tabulate flake8 pylint black -docker \ No newline at end of file +docker +hvac +prompt_toolkit \ No newline at end of file