diff --git a/main.py b/main.py index ba2ba84..53c2af7 100644 --- a/main.py +++ b/main.py @@ -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}" )