MatthewChatham / glassdoor-review-scraper

Scrape reviews from Glassdoor
BSD 2-Clause "Simplified" License
172 stars 251 forks source link

Getting a Syntax Error #45

Closed JBQ71994 closed 4 years ago

JBQ71994 commented 4 years ago

Hi, I'm trying to run your example but I have the following error:

File "main.py", line 322 logger.info(f'Extracting reviews from page {page[0]}') ^ SyntaxError: invalid syntax

Do I need to change something in main.py in order to use it ?

Thanks for your work