Compare commits
2 Commits
a0e06d3ef8
...
0c5ce6c1eb
Author | SHA1 | Date | |
---|---|---|---|
0c5ce6c1eb | |||
![]() |
4daae8d2a0 |
1
main.py
1
main.py
@ -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}"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user