Azelphur / pyPushBullet

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

Fixed Push to Channel example in README #15

Closed r89m closed 9 years ago

r89m commented 9 years ago

From experimenting it seems that pushing to a channel requires the channel tag to be enclosed in quotes, like Title and Body. Hopefully this should save some confusion.

Thanks for the script!

Azelphur commented 9 years ago

Ah yes you are correct, # marks the rest of the line as a comment and thus it won't work without either quoting or escaping. :)