Compare commits

..

2 Commits

Author SHA1 Message Date
0c5ce6c1eb Merge pull request 'fix' (#55) from master into dev
Reviewed-on: #55
2025-06-12 02:46:02 +03:00
Egor Matveev
4daae8d2a0 fix
All checks were successful
Deploy Dev / Deploy dev (pull_request) Successful in 9s
Deploy Dev / Build (pull_request) Successful in 5s
Deploy Dev / Push (pull_request) Successful in 9s
2025-06-12 02:45:41 +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}"
)