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