From 4daae8d2a0b72f926b36d57441f7949aba3fb104 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Thu, 12 Jun 2025 02:45:41 +0300 Subject: [PATCH] fix --- main.py | 1 + 1 file changed, 1 insertion(+) 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}" ) -- 2.45.2