Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Pushbullet doesn't stop sending sms #75

Closed
Murdocc007 opened this issue Mar 30, 2016 · 1 comment
Closed

Pushbullet doesn't stop sending sms #75

Murdocc007 opened this issue Mar 30, 2016 · 1 comment

Comments

@Murdocc007
Copy link

Hi I wrote a short script to test the sms feature.

But it has kept on sending the same sms for last 1 hour.

`from pushbullet import PushBullet
pb=PushBullet('----')
print pb.devices

device=pb.devices[0]

push = pb.push_sms(device, "---", "Wowza!")`

@simonporter007
Copy link
Contributor

I can't see why it would loop at all but I do notice you're using camel case in your import and class statements, which suggests you're on an older version of the code? The latest version should be:

from pushbullet import Pushbullet
pb=Pushbullet(API_KEY)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants