Browse Source

Fix PushBullet url. fix #3470

pull/3480/head
Ruud 11 years ago
parent
commit
578b74f2c0
  1. 2
      couchpotato/core/notifications/pushbullet.py

2
couchpotato/core/notifications/pushbullet.py

@ -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 = {}

Loading…
Cancel
Save