Merge pull request 'fix' (#55) from master into dev

Reviewed-on: #55
This commit is contained in:
2025-06-12 02:46:02 +03:00

View File

@@ -119,6 +119,7 @@ while True:
):
success = update_host(host)
if success:
print(success)
send_notification(
f"host {host} was not updated with an error: {success}"
)