pretrehr / Sports-betting

Sports betting assistant (with interface) which optimizes earnings regarding odds and offers
MIT License
404 stars 93 forks source link

Corrected the error : Non-ASCII character in French version #57

Open YiffyC opened 10 months ago

YiffyC commented 10 months ago

Corrected the error

File "interface_pysimplegui.py", line 88 SyntaxError: Non-ASCII character '\xc3' in file interface_pysimplegui.py on line 88, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details By adding

# coding= latin-1