Skip to content

Commit b921ee7

Browse files
authored
fix: resolves Autopsy error when running module (#74)
1 parent a66beb7 commit b921ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Forensicsim_Parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# Factory that defines the name and details of the module and allows Autopsy
8989
# to create instances of the modules that will do the analysis.
9090
class ForensicIMIngestModuleFactory(IngestModuleFactoryAdapter):
91-
def __init__(self) -> None:
91+
def __init__(self):
9292
self.settings = None
9393

9494
moduleName = "Microsoft Teams Parser"

0 commit comments

Comments
 (0)