I'm unable to run tvhProxy.py after update to get and post from issue #43 - @app.route('/lineup.post', methods=[‘GET’, ‘POST’])
his code update caused loading tvhProxy.py to fail for me when executed. Debian 8 followed the instructions
Failure message:
`$ python tvhProxy.py
File "tvhProxy.py", line 66
SyntaxError: Non-ASCII character '\xe2' in file tvhProxy.py on line 66, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
`
Reverting the post/get code line back to original allowed tvhProxy.py to load. Could this issue be reopened? Issue is with the apostrophes used around get and post. They are not ascii characters
I'm unable to run tvhProxy.py after update to get and post from issue #43 - @app.route('/lineup.post', methods=[‘GET’, ‘POST’])
his code update caused loading tvhProxy.py to fail for me when executed. Debian 8 followed the instructions Failure message:
`$ python tvhProxy.py
File "tvhProxy.py", line 66 SyntaxError: Non-ASCII character '\xe2' in file tvhProxy.py on line 66, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details `
Reverting the post/get code line back to original allowed tvhProxy.py to load. Could this issue be reopened? Issue is with the apostrophes used around get and post. They are not ascii characters