Skip to content

Commit e4be4eb

Browse files
committedFeb 25, 2018
removed our token
1 parent 4e811ab commit e4be4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎slackoverflow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from webScraper import StackoverflowWebScraper
77

88
# instantiate Slack client
9-
slack_client = SlackClient("xoxb-320320014259-SzaOtWuXgvp5ZZa2eNIUhyag")
9+
slack_client = SlackClient(os.environ["SLACK_API_TOKEN"])
1010
# starterbot's user ID in Slack: value is assigned after the bot starts up
1111
bot_id = None
1212

0 commit comments

Comments
 (0)
Please sign in to comment.