This commit is contained in:
bel
2023-03-29 19:42:25 -06:00
parent f3bb3431c9
commit 96895e1a97

View File

@@ -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: