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

Commit

Permalink
Merge pull request #31 from kstep/patch-1
Browse files Browse the repository at this point in the history
sms fix: source_user_iden is user's iden, not object
  • Loading branch information
Richard Borcsik committed Feb 20, 2015
2 parents f826dc8 + e130fef commit f2809bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pushbullet/pushbullet.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def push_sms(self, device, number, message):
"push": {
"type": "messaging_extension_reply",
"package_name": "com.pushbullet.android",
"source_user_iden": self.user_info,
"source_user_iden": self.user_info['iden'],
"target_device_iden": device.device_iden,
"conversation_iden": number,
"message": message
Expand Down

0 comments on commit f2809bb

Please sign in to comment.