From a6ccd2867149c6772a5495fc555e3ac166d24563 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Wed, 19 May 2021 09:58:37 -0600 Subject: [PATCH] Update SysPatch.py --- Resources/SysPatch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/SysPatch.py b/Resources/SysPatch.py index c0fd70af7..4191f8bef 100644 --- a/Resources/SysPatch.py +++ b/Resources/SysPatch.py @@ -49,8 +49,8 @@ class PatchSysVolume: if print_status is True: print(f"- {current_sip_bit}\t {temp}") i = i + 1 - - self.sip_needs_change = all( + + sip_needs_change = all( self.constants.csr_values[i] for i in [ "CSR_ALLOW_UNTRUSTED_KEXTS",