Private GIT

Skip to content
Snippets Groups Projects
Commit b7d5e942 authored by sarakha63's avatar sarakha63
Browse files

Merge pull request #280 from xila76/patch-1

Update pushbullet.py
parents 714e04e8 8bbfd759
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