浏览代码

添加日志以方便定位问题

master
chenzhenkun 1年前
父节点
当前提交
7ab56b9076
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      channel/chat_channel.py

+ 1
- 0
channel/chat_channel.py 查看文件

@@ -103,6 +103,7 @@ class ChatChannel(Channel):
flag = True
if match_prefix:
content = content.replace(match_prefix, "", 1).strip()
logger.info(f'context["msg"]: {context["msg"].__str__()}')
if context["msg"].is_at and context["msg"].to_user_id != context["msg"].actual_user_id:
logger.info("[WX]receive group at")
if not conf().get("group_at_off", False):


正在加载...
取消
保存