mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue