Update wechat_mp_channel.py

This commit is contained in:
onewhitethreee
2023-03-05 00:23:27 +01:00
committed by GitHub
parent fde101c435
commit c78dd25729

View File

@@ -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)