Compare commits

..

No commits in common. "0c5ce6c1eb7594e01c10a1ad10fcd10bc5a01843" and "a0e06d3ef8c3f325a825c8d55be7b596ee4e9a82" have entirely different histories.

View File

@ -119,7 +119,6 @@ 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}"
) )