Update ACPI tables path

This commit is contained in:
Hoang Hong Quan
2025-02-17 13:47:58 +07:00
parent 52766d2f03
commit e62bcfb1fa

View File

@@ -73,7 +73,7 @@ class OCPE:
return
else:
report_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "SysReport", "Report.json")
acpitables_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "SysReport", "ACPITables")
acpitables_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "SysReport", "ACPI")
report_data = self.u.read_file(report_path)
self.ac.read_acpi_tables(acpitables_dir)