kkb!

This commit is contained in:
XuChenXu
2024-11-24 20:07:42 +08:00
parent 53b2a33923
commit e0ca7907c0
2 changed files with 49 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ def msg_counter(
logger.info("wow , there are {} msgs to count !!!".format(msg_len))
for i in msg_list:
logger.debug(f"processing msg {i.plain_text}")
# logger.debug(f"processing msg {i.plain_text}")
if keyword:
if keyword not in i.plain_text:
continue