From 40a520ab67a74d7a54bcf15d08dd12082c4aaa55 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Sun, 9 Mar 2025 00:36:15 -0500 Subject: [PATCH] Updated standard width var --- hwmonDaemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwmonDaemon.py b/hwmonDaemon.py index c52292c..f6c7880 100644 --- a/hwmonDaemon.py +++ b/hwmonDaemon.py @@ -406,7 +406,7 @@ class SystemHealthMonitor: timestamp = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S") priority = "⚠ HIGH" if "CRITICAL" in issue else "● MEDIUM" - content_width = STANDARD_WIDTH - 2 + content_width = self.STANDARD_WIDTH - 2 banner = f""" ┏{'━' * content_width}┓ ┃{' HARDWARE MONITORING ALERT TICKET '.center(content_width)}┃