Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:method name
Browse files Browse the repository at this point in the history
JarbasAl committed Oct 18, 2024
1 parent 0caec2e commit 35c4ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocp_pipeline/opm.py
Original file line number Diff line number Diff line change
@@ -1067,7 +1067,7 @@ def match_legacy(self, utterances: List[str], lang: str, message: Message = None
legacy base class at mycroft/skills/common_play_skill.py marked for removal in ovos-core 0.1.0
"""
return MycroftCPSLegacyPipeline(self.bus, self.config).match_high(utterances, lang, message)
return MycroftCPSLegacyPipeline(self.bus, self.config).match(utterances, lang, message)


class MycroftCPSLegacyPipeline(PipelineStageMatcher):

0 comments on commit 35c4ca1

Please sign in to comment.