We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e4a1c commit 7ec89b8Copy full SHA for 7ec89b8
rtmbot/core.py
@@ -127,7 +127,7 @@ def output(self):
127
channel = self.slack_client.server.channels.find(result.get(u'channel', {}).get(u'id', None))
128
elif destination.startswith('G'):
129
try:
130
- result = json.loads(self.slack_client.api_call('groups.open'), channel=destination))
+ result = json.loads(self.slack_client.api_call('groups.open', channel=destination))
131
except ValueError:
132
self._dbg("Parse error on groups.open call results!")
133
0 commit comments