mirror of
https://github.com/zhayujie/bot-on-anything.git
synced 2026-02-25 08:58:07 +08:00
Update wechat_mp_channel.py
This commit is contained in:
@@ -5,7 +5,6 @@ from common import const
|
||||
from common.log import logger
|
||||
from channel.channel import Channel
|
||||
from concurrent.futures import ThreadPoolExecutor
|
||||
sensitive_word = []
|
||||
|
||||
robot = werobot.WeRoBot(token=channel_conf(const.WECHAT_MP).get('token'))
|
||||
thread_pool = ThreadPoolExecutor(max_workers=8)
|
||||
|
||||
Reference in New Issue
Block a user