pull request ready

This commit is contained in:
JS00000
2023-03-30 01:01:00 +08:00
parent 76783f0ad3
commit ce8635dd99
4 changed files with 38 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ def create_channel(channel_type):
elif channel_type == 'terminal':
from channel.terminal.terminal_channel import TerminalChannel
return TerminalChannel()
elif channel_type == 'mp':
elif channel_type == 'wechatmp':
from channel.wechatmp.wechatmp_channel import WechatMPServer
return WechatMPServer()
raise RuntimeError