Skip to content

Commit

Permalink
Fixing whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
attzonko committed Aug 23, 2018
1 parent 43e64a9 commit b857106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmpy_bot/mattermost.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def login(self, team, email, password):
return self.user

def react_msg(self, post_id, emoji_name):
return self.api.create_reaction(self.user["id"],
return self.api.create_reaction(self.user["id"],
post_id, emoji_name)

def channel_msg(self, channel, message, files=None, pid=""):
Expand Down

0 comments on commit b857106

Please sign in to comment.