From 4d22e77689a00a6f0c32fa43add28392dd1e9f00 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 23 Dec 2025 22:10:23 +0100 Subject: [PATCH] build --- port.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port.py b/port.py index 388021c..7a59f87 100644 --- a/port.py +++ b/port.py @@ -955,7 +955,7 @@ class PortainerApi: print(image) if len(updates) > 0: if pull: - self.gotify_message(f"Services updated: {", ".join(updates)}") + self.gotify_message(f"Services updated: {', '.join(updates)}") else: self.gotify_message(f"Services updates available: {', '.join(updates)}") print("\033[?25h", end="")