diff --git a/__init__.py b/__init__.py index 9c10f01..bc190bf 100644 --- a/__init__.py +++ b/__init__.py @@ -114,6 +114,7 @@ def handle_fallback(self, message: Message): # Determine what kind of question this is to reply appropriately for i in ['question', 'who.is', 'why.is']: for line in self._read_voc_lines(i): + LOG.info(f"Checking for pattern: {line}.*") if utterance.startswith(line): LOG.info(f'Fallback type: {i} ({utterance}') self.speak_dialog(i,