From b921ee7d2e578d19506bc8b3979c7c2b6caf9154 Mon Sep 17 00:00:00 2001 From: Alexander Bilz Date: Mon, 29 Jan 2024 20:41:31 +0100 Subject: [PATCH] fix: resolves Autopsy error when running module (#74) --- tools/Forensicsim_Parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Forensicsim_Parser.py b/tools/Forensicsim_Parser.py index ce35ec1..3b35d94 100644 --- a/tools/Forensicsim_Parser.py +++ b/tools/Forensicsim_Parser.py @@ -88,7 +88,7 @@ # Factory that defines the name and details of the module and allows Autopsy # to create instances of the modules that will do the analysis. class ForensicIMIngestModuleFactory(IngestModuleFactoryAdapter): - def __init__(self) -> None: + def __init__(self): self.settings = None moduleName = "Microsoft Teams Parser"