Skip to content

Commit

Permalink
fix: fix subscribe_msg
Browse files Browse the repository at this point in the history
  • Loading branch information
lanvent committed Apr 21, 2023
1 parent f6d370a commit cca49da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channel/wechatmp/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""\
感谢您的关注!
Expand Down

0 comments on commit cca49da

Please sign in to comment.