Update flask_server.py

This commit is contained in:
MacRimi
2025-11-03 19:12:07 +01:00
parent a70b33ce13
commit 5158c5f359

View File

@@ -1404,10 +1404,6 @@ def get_smart_data(disk_name):
except Exception as e:
pass # If we can't read the file, leave rotation_rate as is
except FileNotFoundError:
# print(f"[v0] ERROR: smartctl not found - install smartmontools for disk monitoring.")
pass
except FileNotFoundError:
# print(f"[v0] ERROR: smartctl not found - install smartmontools for disk monitoring.")
pass