From 467cc78f58a322a578637ed4f61604bc38fafecd Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sun, 29 May 2022 10:58:06 -0600 Subject: [PATCH] utilities.py: decode amfi argument --- resources/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/utilities.py b/resources/utilities.py index 8e4026e52..82cf8d943 100644 --- a/resources/utilities.py +++ b/resources/utilities.py @@ -153,7 +153,7 @@ def amfi_status(): "amfi=128", ] - oclp_guid = get_nvram("OCLP-Settings", "4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102", decode=False) + oclp_guid = get_nvram("OCLP-Settings", "4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102", decode=True) if oclp_guid: if "-allow_amfi" in oclp_guid: return False