diff --git a/mylar/notifiers.py b/mylar/notifiers.py index 6de6a75a..4d0e0d96 100644 --- a/mylar/notifiers.py +++ b/mylar/notifiers.py @@ -225,7 +225,7 @@ class BOXCAR: data = urllib.urlencode({ 'user_credentials': mylar.BOXCAR_TOKEN, 'notification[title]': title.encode('utf-8').strip(), - 'notification[long_message]': message.encode('utf-8'), + 'notification[long_message]': msg.encode('utf-8'), 'notification[sound]': "done" })