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