Skip to content

Commit 7373f8c

Browse files
authored
Removed unused OAuth variables (#9)
Removed unused OAuth variables from example
1 parent 63b0999 commit 7373f8c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

example/example.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN, "/slack/events")
1313

1414
# Slack App credentials for OAuth
15-
SLACK_CLIENT_ID = os.environ["SLACK_CLIENT_ID"]
16-
SLACK_CLIENT_SECRET = os.environ["SLACK_CLIENT_SECRET"]
1715
SLACK_BOT_TOKEN = os.environ["SLACK_BOT_TOKEN"]
1816

1917
# Create a SlackClient for your bot to use for Web API requests

0 commit comments

Comments
 (0)