fix: eliminate host config

This commit is contained in:
wangcham
2025-03-31 01:10:45 -04:00
parent 5744eca37a
commit 686be4acbc
3 changed files with 4 additions and 4 deletions

View File

@@ -181,7 +181,7 @@ class SlackAdapter(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,
)