We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f6454 commit 5c3e8daCopy full SHA for 5c3e8da
1 file changed
example/example.py
@@ -1,12 +1,7 @@
1
from slackeventsapi import SlackEventAdapter
2
from slackclient import SlackClient
3
-from flask import request
4
import os
5
6
-# We'll store the SlackClient instances for each team in a
7
-# dictionary, so we can have multiple teams authed
8
-CLIENTS = {}
9
-
10
# Our app's Slack Event Adapter for receiving actions via the Events API
11
SLACK_VERIFICATION_TOKEN = os.environ["SLACK_VERIFICATION_TOKEN"]
12
slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN, "/slack/events")
0 commit comments