소스 검색

fix: fix subscribe_msg

develop
lanvent 1 년 전
부모
커밋
cca49da730
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      channel/wechatmp/common.py

+ 1
- 1
channel/wechatmp/common.py 파일 보기

@@ -28,7 +28,7 @@ def verify_server(data):


def subscribe_msg():
trigger_prefix = conf().get("single_chat_prefix", [""])
trigger_prefix = conf().get("single_chat_prefix", [""])[0]
msg = textwrap.dedent(
f"""\
感谢您的关注!


Loading…
취소
저장