From b0af9f8e7bbc6a461d31ebc788d2f2d2b798d5f7 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Thu, 5 Dec 2024 20:24:10 -0500 Subject: [PATCH] test --- hwmonDaemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwmonDaemon.py b/hwmonDaemon.py index 1834a86..b458f4b 100644 --- a/hwmonDaemon.py +++ b/hwmonDaemon.py @@ -272,7 +272,7 @@ class SystemHealthMonitor: # Check SMART status of the drive try: result = subprocess.run( - ['smartctl', '-H', partition.device], + ['smartctl', '-H', '-d', 'auto', partition.device], stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True