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="")