log more
parent
f3bb3431c9
commit
96895e1a97
|
|
@ -229,6 +229,7 @@ class Reactor(threading.Thread):
|
||||||
if environ.get("DEBUG", None):
|
if environ.get("DEBUG", None):
|
||||||
log(f"seeking {hotwords} in {text}")
|
log(f"seeking {hotwords} in {text}")
|
||||||
if not hotwords:
|
if not hotwords:
|
||||||
|
log(text)
|
||||||
return
|
return
|
||||||
cleantext = "".join([i for i in "".join(text.lower().split()) if i.isalpha()])
|
cleantext = "".join([i for i in "".join(text.lower().split()) if i.isalpha()])
|
||||||
for i in hotwords:
|
for i in hotwords:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue