From be2bfa00877162b7a685c988b186350f45ae4755 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 8 Mar 2026 18:21:34 +0100 Subject: [PATCH] Update health_monitor.py --- AppImage/scripts/health_monitor.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.