Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit e1d4816

Browse files
author
Jeff Ammons
committed
Remove unused global site_config
1 parent 7d718fe commit e1d4816

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

rtmbot/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
from core import *
2-
3-
site_config = {}

rtmbot/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ class RtmBot(object):
1414
def __init__(self, config):
1515
# set the config object
1616
self.config = config
17-
global site_config
18-
site_config = self.config
1917

2018
# set slack token
2119
self.token = config.get('SLACK_TOKEN')

0 commit comments

Comments
 (0)