Update pkg/platform/sources/slack.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Guanchao Wang
2025-03-31 13:48:37 +08:00
committed by GitHub
parent 686be4acbc
commit 8799f86ea4

View File

@@ -110,7 +110,7 @@ class SlackAdapter(adapter.MessagePlatformAdapter):
def __init__(self,config:dict,ap:app.Application):
self.config = config
self.ap = app.Application
self.ap = ap
required_keys = [
"bot_token",
"signing_secret",