AutoChronoGG
AutoChronoGG copied to clipboard
"SyntaxError: invalid syntax"
File "./chronogg.py", line 69
logging.info(f'Fetching {url}')
^
SyntaxError: invalid syntax
I get the error with Python 3:
~/AutoChronoGG# python3
Python 3.5.3 (default, Jan 19 2017, 14:11:04)
[GCC 6.3.0 20170118] on linux
3.5.3 is the latest version on the Debian repository: python3/stable,now 3.5.3-1 amd64 [installed]
I got same issue on debian
remove the f in the print:
logging.info('Fetching {url}')