fix #55

Merged
emmatveev merged 1 commits from master into dev 2025-06-12 02:46:03 +03:00

View File

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