From e62bcfb1fafd32c5b46c753068f22ab9151bc268 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Mon, 17 Feb 2025 13:47:58 +0700 Subject: [PATCH] Update ACPI tables path --- OpCore-Simplify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpCore-Simplify.py b/OpCore-Simplify.py index 3ddd313..5921f89 100644 --- a/OpCore-Simplify.py +++ b/OpCore-Simplify.py @@ -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)