refactor: rename WechatComChannel to WechatComAppChannel

This commit is contained in:
lanvent
2023-04-20 08:31:42 +08:00
parent 3ea8781381
commit d2bf90c6c7
4 changed files with 22 additions and 21 deletions

View File

@@ -30,7 +30,7 @@ def create_channel(channel_type):
return WechatMPChannel(passive_reply=False)
elif channel_type == "wechatcom":
from channel.wechatcom.wechatcom_channel import WechatComChannel
from channel.wechatcom.wechatcomapp_channel import WechatComAppChannel
return WechatComChannel()
return WechatComAppChannel()
raise RuntimeError