Minor code style fixes

This commit is contained in:
Nex 2022-06-22 17:53:53 +02:00
parent 7024909e05
commit 3f4ddaaa0c
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,8 @@ class InteractionC(IOSExtraction):
return records
def run(self) -> None:
self._find_ios_database(backup_ids=INTERACTIONC_BACKUP_IDS, root_paths=INTERACTIONC_ROOT_PATHS)
self._find_ios_database(backup_ids=INTERACTIONC_BACKUP_IDS,
root_paths=INTERACTIONC_ROOT_PATHS)
self.log.info("Found InteractionC database at path: %s", self.file_path)
conn = sqlite3.connect(self.file_path)

View File

@ -111,7 +111,6 @@ class LocationdClients(IOSExtraction):
self.results.append(result)
def run(self) -> None:
if self.is_backup:
self._find_ios_database(backup_ids=LOCATIOND_BACKUP_IDS)
self.log.info("Found Locationd Clients plist at path: %s", self.file_path)