Skip to content

Commit

Permalink
Try Github chromedriver path again
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed Dec 25, 2024
1 parent 715b128 commit 80f8521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warn/scrapers/va.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def scrape(
chromeoptionsholder.add_argument("--verbose")

if "CHROMEWEBDRIVER" in os.environ:
chrome_install = os.environ["CHROMEWEBDRIVER"]
chrome_install = os.environ["CHROMEWEBDRIVER"] + "/chromedriver"
else:
chrome_install = ChromeDriverManager().install()

Expand Down

0 comments on commit 80f8521

Please sign in to comment.