Azelphur / pyPushBullet

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

TypeError: pushFile() takes at least 5 arguments (3 given) #18

Closed jinnatar closed 9 years ago

jinnatar commented 9 years ago

The example: ./pushbullet_cmd.py YOUR_API_KEY_HERE file udeCmddJpl test.jpg

Doesn't seem to work; Traceback (most recent call last): File "./pushbullet_cmd.py", line 149, in args.func(args) File "./pushbullet_cmd.py", line 95, in pushFile file = p.pushFile(args.device, open(args.file, 'rb')) TypeError: pushFile() takes at least 5 arguments (3 given)

Azelphur commented 9 years ago

Thanks, fixed :)