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

Commit 0285f67

Browse files
authored
Update client.py
small bug with global extension
1 parent 0fe3cb6 commit 0285f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
slack_client = None
55

66
def init(config):
7-
global client
7+
global slack_client
88
bot = RtmBot(config)
99
slack_client = bot.slack_client
1010
return bot

0 commit comments

Comments
 (0)