Azelphur / pyPushBullet

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

Error in line 7 #46

Closed tam481 closed 7 years ago

tam481 commented 7 years ago

python ./pushbullet_cmd.py xxxxx getdevices

returns File "./pushbullet_cmd.py", line 7 <!DOCTYPE html> ^ SyntaxError: invalid syntax

Any ideas?

tam481 commented 7 years ago

Hello all It looks like using wget to directly download the .py file results in the html version being downloaded. Copying and pasting the raw file into an empty .py file resolves the issue.