From f25e5767952a691ee8f14097637210149be8d006 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Sun, 9 Mar 2025 00:35:43 -0500 Subject: [PATCH] adjusted standard width --- hwmonDaemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwmonDaemon.py b/hwmonDaemon.py index f24451f..c52292c 100644 --- a/hwmonDaemon.py +++ b/hwmonDaemon.py @@ -20,6 +20,7 @@ console_handler.setFormatter(formatter) logger.addHandler(console_handler) class SystemHealthMonitor: + STANDARD_WIDTH = 80 PRIORITIES = { 'CRITICAL': '1', 'HIGH': '2', @@ -252,7 +253,6 @@ class SystemHealthMonitor: 3. Check workload distribution """ } - STANDARD_WIDTH = 80 def __init__(self, ticket_api_url: str = 'http://10.10.10.45/create_ticket_api.php',