GustavoKatel / pushbullet-cli

Access Pushbullet from the command line
MIT License
282 stars 31 forks source link

set default encoding to utf8 in order to avoid ascii error when listing pushes on Mac OSX (compatibility with python < 3.x) #78

Closed gitemanuel closed 4 years ago

gitemanuel commented 4 years ago

set default encoding to utf8 in order to avoid ascii error when listing pushes on Mac OSX (compatibility with python < 3.x)

GustavoKatel commented 4 years ago

Since python 2.x has reached end of life, we dropped support for it. Also this will not work on python 3.x