From 30c5a027580a01c2075af811e363fb788e532f09 Mon Sep 17 00:00:00 2001 From: localadmin Date: Mon, 26 Mar 2018 11:15:18 -0400 Subject: [PATCH] It's no longer an active token, but best not to give anyone any ideas. --- sampleslack.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sampleslack.py b/sampleslack.py index f55931e..0c50876 100644 --- a/sampleslack.py +++ b/sampleslack.py @@ -6,8 +6,6 @@ #config variables from Heroku TOKEN = os.environ.get('TOKEN') -#token = "xoxp-11512551346-128660016704-331817023059-3af39baedf8482ee7811fb1fc4376086" # Remember to keep all sensitive information away from Github like this key. I used the OAuth Access Token - slack = SlackClient(TOKEN) #name of the token must be all caps for Heroku