[#304] Rewrite Picovoice integrations #385

Merged
blacklight merged 36 commits from 304-new-picovoice-integration into master 2024-05-02 02:50:51 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6b20c2083b - Show all commits

View File

@ -220,7 +220,7 @@ class Event(Message):
:param condition: The platypush.event.hook.EventCondition object
"""
result = EventMatchResult(is_match=False, parsed_args=self.args)
result = EventMatchResult(is_match=False)
match_scores = []
if not isinstance(self, condition.type):