Private GIT

Skip to content
Snippets Groups Projects
Commit 8bbfd759 authored by xila76's avatar xila76
Browse files

Update pushbullet.py

parent 714e04e8
Branches
Tags
No related merge requests found
...@@ -56,7 +56,7 @@ class PushbulletNotifier: ...@@ -56,7 +56,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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment