master #57

Merged
emmatveev merged 8 commits from master into prod 2025-06-12 13:30:56 +03:00
Showing only changes of commit 4daae8d2a0 - Show all commits

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}"
)