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)}┃