mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Merge pull request #666 from tlex/nightly
Fixed: pushbullet notifications don't work
This commit is contained in:
commit
5e7bfaa475
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