From 49c13d9e42f982e1d1ee7b509a795d2ccdfbf06e Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Sat, 18 Jan 2025 17:57:29 +0300 Subject: [PATCH] Enhance health check in checker.py by adding a print statement for the fixed message "test ok". This improves visibility of the health status during execution while maintaining the existing error handling structure. --- checker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/checker.py b/checker.py index 01b8966..69d51e2 100644 --- a/checker.py +++ b/checker.py @@ -183,6 +183,7 @@ if __name__ == "__main__": #result = check_logs(logger) #data = f"{result['proved_steps']}/{result['proof_speed']}/{result['errors']}" # proved/proof_speed/Errors grist_callback({ "Health": "test ok" }) + print("test ok") #print(result) break except Exception as e: