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

Commit d6e08c5

Browse files
committed
paren fix
1 parent 5a4bf66 commit d6e08c5

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
self._dbg("Parse error on im.open call results!")
128128
channel = self.slack_client.server.channels.find(result.get(u'channel', {}).get(u'id', None))
129129
elif destination.startswith('G'):
130-
result = self.slack_client.api_call('groups.open'), channel=destination)
130+
result = self.slack_client.api_call('groups.open', channel=destination)
131131
channel = self.slack_client.server.channels.find(destination)
132132
else:
133133
channel = self.slack_client.server.channels.find(destination)

0 commit comments

Comments
 (0)