Force pushalot image refresh

This commit is contained in:
Ruud
2013-03-20 20:30:34 +01:00
parent 158a7fc311
commit 717b88b5fe

View File

@@ -20,7 +20,7 @@ class Pushalot(Notification):
'Body': toUnicode(message),
'IsImportant': self.conf('important'),
'IsSilent': self.conf('silent'),
'Image': toUnicode(self.getNotificationImage('medium')),
'Image': toUnicode(self.getNotificationImage('medium') + '?1'),
'Source': toUnicode(self.default_title)
}