adjusted standard width

This commit is contained in:
2025-03-09 00:35:43 -05:00
parent eb662f2945
commit f25e576795

View File

@ -20,6 +20,7 @@ console_handler.setFormatter(formatter)
logger.addHandler(console_handler) logger.addHandler(console_handler)
class SystemHealthMonitor: class SystemHealthMonitor:
STANDARD_WIDTH = 80
PRIORITIES = { PRIORITIES = {
'CRITICAL': '1', 'CRITICAL': '1',
'HIGH': '2', 'HIGH': '2',
@ -252,7 +253,6 @@ class SystemHealthMonitor:
3. Check workload distribution 3. Check workload distribution
""" """
} }
STANDARD_WIDTH = 80
def __init__(self, def __init__(self,
ticket_api_url: str = 'http://10.10.10.45/create_ticket_api.php', ticket_api_url: str = 'http://10.10.10.45/create_ticket_api.php',