mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-01-29 04:49:44 +01:00
build
This commit is contained in:
2
port.py
2
port.py
@@ -955,7 +955,7 @@ class PortainerApi:
|
|||||||
print(image)
|
print(image)
|
||||||
if len(updates) > 0:
|
if len(updates) > 0:
|
||||||
if pull:
|
if pull:
|
||||||
self.gotify_message(f"Services updated: {", ".join(updates)}")
|
self.gotify_message(f"Services updated: {', '.join(updates)}")
|
||||||
else:
|
else:
|
||||||
self.gotify_message(f"Services updates available: {', '.join(updates)}")
|
self.gotify_message(f"Services updates available: {', '.join(updates)}")
|
||||||
print("\033[?25h", end="")
|
print("\033[?25h", end="")
|
||||||
|
|||||||
Reference in New Issue
Block a user