Skip to content

Commit 5c3e8da

Browse files
authored
Update example.py
1 parent a9f6454 commit 5c3e8da

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

example/example.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
from slackeventsapi import SlackEventAdapter
22
from slackclient import SlackClient
3-
from flask import request
43
import os
54

6-
# We'll store the SlackClient instances for each team in a
7-
# dictionary, so we can have multiple teams authed
8-
CLIENTS = {}
9-
105
# Our app's Slack Event Adapter for receiving actions via the Events API
116
SLACK_VERIFICATION_TOKEN = os.environ["SLACK_VERIFICATION_TOKEN"]
127
slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN, "/slack/events")

0 commit comments

Comments
 (0)