fix
This commit is contained in:
parent
c25796c5e0
commit
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