Fix PushBullet url. fix #3470
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user