feat: delete host config

This commit is contained in:
wangcham
2025-09-12 05:53:31 +00:00
committed by WangCham
parent 72ec4b77d6
commit 2c6f127f47
2 changed files with 1 additions and 11 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ class WecomBotAdapter(adapter.MessagePlatformAdapter):
await asyncio.sleep(1)
await self.bot.run_task(
host=self.config['host'],
host='0.0.0.0',
port=self.config['port'],
shutdown_trigger=shutdown_trigger_placeholder,
)