Remove unused global site_config

This commit is contained in:
Jeff Ammons 2016-04-17 18:29:17 -07:00
parent 7d718fe54f
commit e1d4816e55
2 changed files with 0 additions and 4 deletions

View file

@ -1,3 +1 @@
from core import *
site_config = {}

View file

@ -14,8 +14,6 @@ class RtmBot(object):
def __init__(self, config):
# set the config object
self.config = config
global site_config
site_config = self.config
# set slack token
self.token = config.get('SLACK_TOKEN')