This commit is contained in:
2025-12-20 15:13:14 +01:00
parent 174aab4faa
commit 829891d1ba
2 changed files with 10 additions and 1 deletions

View File

@@ -1016,7 +1016,7 @@ class Portainer:
self.restart_srv(service_id, pull)
#print(f"Service {service_dict[service_id]:<{longest}} : updated")
self.gotify_message(f"Service {service_dict[service_id]} updated")
print(ok)
print(f"{ok} updated")
else:
print(f"\r\033[4m{service_dict[service_id]:<{longest}}\033[0m ", end="", flush=True)
#print(f"\033[4m{service_dict[service_id]:<{longest}} {err}\033[0m")