Update pushbullet.py (#9200)

This commit is contained in:
bobnwk 2017-08-29 05:40:33 +02:00 committed by Daniel Høyer Iversen
parent e76e9e0966
commit 6505019701

View File

@ -89,7 +89,7 @@ class PushBulletNotificationService(BaseNotificationService):
if not targets:
# Backward compatibility, notify all devices in own account
self._push_data(filepath, message, title, self.pushbullet, url)
self._push_data(filepath, message, title, url, self.pushbullet)
_LOGGER.info("Sent notification to self")
return