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

Commit 7ec89b8

Browse files
committed
paren fix
1 parent 84e4a1c commit 7ec89b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtmbot/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def output(self):
127127
channel = self.slack_client.server.channels.find(result.get(u'channel', {}).get(u'id', None))
128128
elif destination.startswith('G'):
129129
try:
130-
result = json.loads(self.slack_client.api_call('groups.open'), channel=destination))
130+
result = json.loads(self.slack_client.api_call('groups.open', channel=destination))
131131
except ValueError:
132132
self._dbg("Parse error on groups.open call results!")
133133
channel = self.slack_client.server.channels.find(result.get(u'channel', {}).get(u'id', None))

0 commit comments

Comments
 (0)