log more
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user