mirror of
https://github.com/mvt-project/mvt.git
synced 2026-08-15 23:50:56 +02:00
Minor code style fixes
This commit is contained in:
@@ -66,7 +66,8 @@ class InteractionC(IOSExtraction):
|
|||||||
return records
|
return records
|
||||||
|
|
||||||
def run(self) -> None:
|
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)
|
self.log.info("Found InteractionC database at path: %s", self.file_path)
|
||||||
|
|
||||||
conn = sqlite3.connect(self.file_path)
|
conn = sqlite3.connect(self.file_path)
|
||||||
|
|||||||
@@ -111,7 +111,6 @@ class LocationdClients(IOSExtraction):
|
|||||||
self.results.append(result)
|
self.results.append(result)
|
||||||
|
|
||||||
def run(self) -> None:
|
def run(self) -> None:
|
||||||
|
|
||||||
if self.is_backup:
|
if self.is_backup:
|
||||||
self._find_ios_database(backup_ids=LOCATIOND_BACKUP_IDS)
|
self._find_ios_database(backup_ids=LOCATIOND_BACKUP_IDS)
|
||||||
self.log.info("Found Locationd Clients plist at path: %s", self.file_path)
|
self.log.info("Found Locationd Clients plist at path: %s", self.file_path)
|
||||||
|
|||||||
Reference in New Issue
Block a user