From c78dd25729ab2e1e857e92e6ed66416f5e530aba Mon Sep 17 00:00:00 2001 From: onewhitethreee <38567612+onewhitethreee@users.noreply.github.com> Date: Sun, 5 Mar 2023 00:23:27 +0100 Subject: [PATCH] Update wechat_mp_channel.py --- channel/wechat/wechat_mp_channel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/channel/wechat/wechat_mp_channel.py b/channel/wechat/wechat_mp_channel.py index 142b443..ca14eeb 100644 --- a/channel/wechat/wechat_mp_channel.py +++ b/channel/wechat/wechat_mp_channel.py @@ -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)