mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 23:05:11 -05: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:
parent
0e5fbbc5c3
commit
877c35cb16
@ -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'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user