We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe3cb6 commit 0285f67Copy full SHA for 0285f67
client.py
@@ -4,7 +4,7 @@
4
slack_client = None
5
6
def init(config):
7
- global client
+ global slack_client
8
bot = RtmBot(config)
9
slack_client = bot.slack_client
10
return bot
0 commit comments