Fixes code

This commit is contained in:
tek
2025-06-19 23:47:54 +02:00
parent ee34bcff92
commit 79d565712c
@@ -43,9 +43,8 @@ class GlobalPreferences(IOSExtraction):
self.log.warning("Lockdown mode enabled")
else:
self.log.warning("Lockdown mode disabled")
else: # If the property is not present, it is disabled by default
self.log.warning("Lockdown mode disabled")
return
self.log.warning("Lockdown mode disabled")
def process_file(self, file_path: str) -> None:
with open(file_path, "rb") as handle: