Skip to content

Commit

Permalink
typo in log
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 2, 2024
1 parent e84dcfb commit ef4a147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_core/intent_services/fallback_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def low_prio(self, utterances: List[str], lang: str, message: Message = None) ->
def medium_prio(self, utterances: List[str], lang: str, message: Message = None) -> Optional[PipelineMatch]:
return self.match_medium(utterances, lang, message)

@deprecated("'high_prio' has been renamed to 'high_low'", "2.0.0")
@deprecated("'high_prio' has been renamed to 'match_high'", "2.0.0")
def high_prio(self, utterances: List[str], lang: str, message: Message = None) -> Optional[PipelineMatch]:
return self.match_high(utterances, lang, message)

Expand Down

0 comments on commit ef4a147

Please sign in to comment.