diff --git a/electronicparsers/__init__.py b/electronicparsers/__init__.py index 78685253..c1c6209a 100644 --- a/electronicparsers/__init__.py +++ b/electronicparsers/__init__.py @@ -85,7 +85,7 @@ def load(self): utils, ) - return MatchingParserInterface(**self.dict()) + return MatchingParserInterface(self.parser_class_name, **self.dict()) abacus_parser_entry_point = EntryPoint(