diff --git a/AppImage/scripts/health_monitor.py b/AppImage/scripts/health_monitor.py index d3bbca6b..27196aaa 100644 --- a/AppImage/scripts/health_monitor.py +++ b/AppImage/scripts/health_monitor.py @@ -1284,10 +1284,10 @@ class HealthMonitor: else: return {'status': 'OK'} # No VGs found, LVM not in use - return {'status': 'OK', 'volumes': len(volumes)} + return {'status': 'OK', 'volumes': len(volumes)} - except Exception: - return {'status': 'OK'} + except Exception: + return {'status': 'OK'} def _get_physical_disks_list(self) -> List[Dict[str, Any]]: """Get list of all physical disks with their health status.