Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
missing message_format for v1 api
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-nowotny committed Mar 25, 2016
1 parent d742f26 commit c7c6078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hipsaint/messages.py
Expand Up @@ -61,7 +61,8 @@ def deliver_payload_v1(self, **kwargs):
'message': message_body,
'color': self.message_color,
'notify': int(self.notify),
'auth_token': self.token}
'auth_token': self.token,
'message_format': self.message_format}
message.update(kwargs)
message_params = urlencode(message)
message_params = message_params.encode('utf-8')
Expand Down

0 comments on commit c7c6078

Please sign in to comment.