mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-26 23:40:17 +00:00
Remove unnecessary hard disk information
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ class OCPE:
|
||||
pass
|
||||
else:
|
||||
for device_name, device_props in self.hardware.get(device_type).items():
|
||||
if "Controllers" in device_name or "Devices" in device_name or "Drives" in device_name:
|
||||
if "Controllers" in device_name or "Devices" in device_name:
|
||||
contents.append("{}* {}:".format(" "*4, device_name))
|
||||
for device_name_child, device_props_child in device_props.items():
|
||||
contents.append("{}- {}".format(" "*8, device_name_child))
|
||||
|
||||
Reference in New Issue
Block a user