From 96895e1a97ff9b95827a99d6242e28f28c8bd3c9 Mon Sep 17 00:00:00 2001 From: bel Date: Wed, 29 Mar 2023 19:42:25 -0600 Subject: [PATCH] log more --- whisper-2023/hotwords.py | 1 + 1 file changed, 1 insertion(+) diff --git a/whisper-2023/hotwords.py b/whisper-2023/hotwords.py index b98db81..f4cb1e9 100644 --- a/whisper-2023/hotwords.py +++ b/whisper-2023/hotwords.py @@ -229,6 +229,7 @@ class Reactor(threading.Thread): if environ.get("DEBUG", None): log(f"seeking {hotwords} in {text}") if not hotwords: + log(text) return cleantext = "".join([i for i in "".join(text.lower().split()) if i.isalpha()]) for i in hotwords: