Azelphur / pyPushBullet

Python library to interface with PushBullet
GNU General Public License v3.0
180 stars 48 forks source link

README.md - # Send a file #3

Closed ps915 closed 10 years ago

ps915 commented 10 years ago

There is: p.pushLink(devices[0]["id"], "filename")

this should be: p.pushFile(devices[0]["id"], "filename")

Thanks a lot for this awesome Script.

Azelphur commented 10 years ago

Fixed, sorry I missed you in IRC earlier :)