From dcd54c3807101e4bdbd701a8cc77f7b822422285 Mon Sep 17 00:00:00 2001 From: Iris De Santis Date: Mon, 5 Aug 2024 14:19:40 +0200 Subject: [PATCH] aaa --- src/checks/check_boot_errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checks/check_boot_errors.py b/src/checks/check_boot_errors.py index f13b04e..6bb892e 100644 --- a/src/checks/check_boot_errors.py +++ b/src/checks/check_boot_errors.py @@ -7,4 +7,4 @@ def check_boot_errors(): result = subprocess.run(["dmesg"], capture_output=True, text=True) errors = result.stdout.lower().count("error") if errors > 30: - log_message("Last boot has had more than 30 errors,, :( (according to dmesg)" + environ.get("BOT_OWNER") + " please check the logs!") + log_message("Last boot has had more than 30 errors,, :c (according to dmesg)" + environ.get("BOT_OWNER") + " please check the logs!")