Update methods for retrieving CPU core count and CPU configuration

This commit is contained in:
Hoang Hong Quan
2024-08-07 17:28:53 +07:00
parent 2941d784ab
commit 013500db11
2 changed files with 4 additions and 15 deletions
+1 -1
View File
@@ -387,7 +387,7 @@ class builder:
hardware_shorc["Motherboard Name"] = hardware["Motherboard"].get("Motherboard Name").upper()
hardware_shorc["Motherboard Chipset"] = hardware["Motherboard"].get("Motherboard Chipset").upper()
hardware_shorc["Platform"] = hardware["Motherboard"].get("Platform")
hardware_shorc["CPU Configuration"] = hardware["Motherboard"].get("CPU Configuration")
hardware_shorc["CPU Configuration"] = hardware["CPU"].get("CPU Configuration")
hardware_shorc["CPU Manufacturer"] = hardware["CPU"].get("CPU Manufacturer")
hardware_shorc["Processor Name"] = hardware["CPU"].get("Processor Name")
hardware_shorc["CPU Cores"] = hardware["CPU"].get("CPU Cores")