From c02ed96f6f6cace97a7728278e5cab8e48b83f9d Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Mon, 3 Feb 2025 18:38:40 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20gewechat=20=E6=9C=8D=E5=8A=A1=E7=AB=AF?= =?UTF-8?q?=E5=9B=9E=E8=B0=83=E6=8E=A5=E5=8F=A3=E9=BB=98=E8=AE=A4=E6=9A=B4?= =?UTF-8?q?=E9=9C=B2=E5=9C=A8=E6=89=80=E6=9C=89=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/platform/sources/gewechat/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/platform/sources/gewechat/client.py b/astrbot/core/platform/sources/gewechat/client.py index 73ea7dfe0..e96145bbf 100644 --- a/astrbot/core/platform/sources/gewechat/client.py +++ b/astrbot/core/platform/sources/gewechat/client.py @@ -194,7 +194,7 @@ class SimpleGewechatClient(): async def start_polling(self): threading.Thread(target=asyncio.run, args=(self._set_callback_url(),)).start() await self.server.run_task( - host=self.host, + host='0.0.0.0', port=self.port, shutdown_trigger=self.shutdown_trigger_placeholder )