mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -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
|
||||
|
||||
if method == 'POST':
|
||||
uri = '/api/pushes'
|
||||
uri = '/v2/pushes'
|
||||
else:
|
||||
uri = '/api/devices'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user