mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
Update pkg/platform/sources/slack.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user