From 3e44baaded1f826607caa803a5e6c1f4fa957d54 Mon Sep 17 00:00:00 2001 From: Ade Date: Sat, 17 Jun 2017 21:36:17 +1200 Subject: [PATCH] Boxcar icon url --- headphones/notifiers.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/headphones/notifiers.py b/headphones/notifiers.py index f8f1b3f8..54f4f4b5 100644 --- a/headphones/notifiers.py +++ b/headphones/notifiers.py @@ -790,7 +790,9 @@ class BOXCAR(object): 'user_credentials': headphones.CONFIG.BOXCAR_TOKEN, 'notification[title]': title.encode('utf-8'), 'notification[long_message]': message.encode('utf-8'), - 'notification[sound]': "done" + 'notification[sound]': "done", + 'notification[icon_url]': "https://raw.githubusercontent.com/rembo10/headphones/master/data/images" + "/headphoneslogo.png" }) req = urllib2.Request(self.url)