Skip to content

Commit

Permalink
Merge pull request #688 from biglocalnews/va-679v3
Browse files Browse the repository at this point in the history
Try Github chromedriver path again
  • Loading branch information
stucka authored Dec 25, 2024
2 parents de9d7ee + 80f8521 commit f98bea1
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 f98bea1

Please sign in to comment.