mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-05-04 17:29:51 +02:00
build
This commit is contained in:
@@ -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="")
|
||||
|
||||
Reference in New Issue
Block a user