gaspa93 / googlemaps-scraper

Google Maps reviews scraping
GNU General Public License v3.0
378 stars 136 forks source link

fix the order of `time.sleep` and `self.__scroll` #38

Closed saito828koki closed 1 year ago

saito828koki commented 1 year ago

issue: #37 Changed the order of time.sleep(4) and self.__scroll() and it seems to work correctly tested on my environment.