icescoop12

Results 7 comments of icescoop12

> I added the following to the for loop that starts on line 58 in searches.py: > > `if i % 4 == 0: time.sleep(900)` > > This will make...

> Anyone who knows where I can make the program to do less searches? 90 and 60 is a lot and takes nearly a whole day with 15 minutes delay...

> > > > Anyone who knows where I can make the program to do less searches? 90 and 60 is a lot and takes nearly a whole day with...

> > I was able to fix this for myself by making some edits to `src/login.py`. I noticed that when I ran the script with the `-v` option it was...

thanks but now i get this: `Traceback (most recent call last): File "/home/theskid/.local/lib/python3.11/site-packages/selenium/webdriver/common/driver_finder.py", line 38, in get_path path = SeleniumManager().driver_location(options) if path is None else path ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/theskid/.local/lib/python3.11/site-packages/selenium/webdriver/common/selenium_manager.py", line...

chromedriver is in path: `theskid@raspberrypi:/usr/local/bin $ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games` its in here: /usr/bin