diff --git a/Scripts/hardware_customizer.py b/Scripts/hardware_customizer.py index c0de282..10da76c 100644 --- a/Scripts/hardware_customizer.py +++ b/Scripts/hardware_customizer.py @@ -173,4 +173,4 @@ class HardwareCustomizer: if not self.customized_hardware[hardware_category]: del self.customized_hardware[hardware_category] - self.disabled_devices["{}: {}".format(device_type, device_name)] = device_props \ No newline at end of file + self.disabled_devices["{}: {}".format(hardware_category, device_name)] = device_props \ No newline at end of file