1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Fixed: pushbullet notifications don't work

Apparently the pushpubllet api URL has changed. I suspect it will be the case, in the future, to update the devices url (and maybe code) as well.
This commit is contained in:
Alex 2014-07-26 21:46:00 +02:00
parent 0e5fbbc5c3
commit 877c35cb16

View File

@ -67,7 +67,7 @@ class PushbulletNotifier:
pushbullet_device = sickbeard.PUSHBULLET_DEVICE pushbullet_device = sickbeard.PUSHBULLET_DEVICE
if method == 'POST': if method == 'POST':
uri = '/api/pushes' uri = '/v2/pushes'
else: else:
uri = '/api/devices' uri = '/api/devices'