From abd989a0db7160252cae27e6817a73b265c2f4fd Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 5 Jan 2026 14:55:37 +0100 Subject: [PATCH] build --- portainer/api.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/portainer/api.py b/portainer/api.py index a93a9fc..8e9636b 100644 --- a/portainer/api.py +++ b/portainer/api.py @@ -514,7 +514,7 @@ class PortainerApi: values=stacks_tuples ).run() stcs = [] - input(stack_ids) + #input(stack_ids) if args.stack == "all": for s in stack_dict: @@ -528,7 +528,7 @@ class PortainerApi: with ThreadPoolExecutor(max_workers=10) as exe: list(exe.map(update, stcs)) - input('UPDATED') + #input('UPDATED') if not args.autostart: time.sleep(120) cont = [] @@ -1030,6 +1030,7 @@ class PortainerApi: print(err) else: print(ok) + self.gotify_message(f"Service update process finished") print("\033[?25h", end="") return True