AutoChronoGG icon indicating copy to clipboard operation
AutoChronoGG copied to clipboard

"SyntaxError: invalid syntax"

Open ghost opened this issue 6 years ago • 2 comments

  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]

ghost avatar Jan 07 '19 19:01 ghost

I got same issue on debian

Savanta avatar Jun 04 '19 15:06 Savanta

remove the f in the print: logging.info('Fetching {url}')

rafaelromon avatar Jun 05 '19 16:06 rafaelromon