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