From 19dae69fab648f6a8926ea7982eca935e262a931 Mon Sep 17 00:00:00 2001 From: jaydee Date: Fri, 13 Feb 2026 19:05:56 +0100 Subject: [PATCH] build --- portainer/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/portainer/api.py b/portainer/api.py index 8998b36..92ea35a 100644 --- a/portainer/api.py +++ b/portainer/api.py @@ -1055,7 +1055,6 @@ class PortainerApi: self.gotify_message(f"Services updated: {', '.join(service_to_update)}") else: self.gotify_message(f"Service update available: {', '.join(service_to_update)}") - self.gotify_message(f"Service update process finished") print("\033[?25h", end="") return True