Skip to content

Commit

Permalink
fix: resolves Autopsy error when running module
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndrblz committed Jan 29, 2024
1 parent a66beb7 commit 94b9eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Forensicsim_Parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 94b9eb6

Please sign in to comment.