aykevl / plaincast

Server that acts like a lightweight/headless Chromecast that only includes YouTube (for the time being)
BSD 2-Clause "Simplified" License
127 stars 19 forks source link

Add Python 3 support #3

Closed mixedCase closed 7 years ago

mixedCase commented 7 years ago

Drops support for versions of Python 2 earlier than 2.6, in case they weren't already unsupported.

Closes #2.

aykevl commented 7 years ago

Thank you! I have merged the branch and updated the README, but somehow it doesn't show up here.

mixedCase commented 7 years ago

It has to be done via the web interface to work. You also seem to have missed the second patch that removes the hackish stdin detection, so you can still do the web merge :)

aykevl commented 7 years ago

Well, I did it anew via the command line, and now it works. I still had an old version of your repository so I accidentally merged the old one. (git merge mixedCase/master vs git pull mixedCase master).

It also works via the command line, but then I have to do it right ;)