Fix PushBullet url. fix #3470

This commit is contained in:
Ruud
2014-06-20 14:14:10 +02:00
parent 8e17b9aea5
commit 578b74f2c0

View File

@@ -14,7 +14,7 @@ autoload = 'Pushbullet'
class Pushbullet(Notification):
url = 'https://api.pushbullet.com/api/%s'
url = 'https://api.pushbullet.com/v2/%s'
def notify(self, message = '', data = None, listener = None):
if not data: data = {}