Skip to content

Commit

Permalink
don't be fancy
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Jan 28, 2025
1 parent 42ec94a commit 2aeeb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnshop/templates/base/selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

options = FirefoxOptions()
options.add_argument("--headless")
service = FirefoxService(log_path="/dev/null", executable_path=shutils.which("geckodriver"))
service = FirefoxService(log_path="/dev/null", executable_path="/usr/local/bin/geckodriver")
browser = webdriver.Firefox(service=service, options=options)
atexit.register(browser.quit)

Expand Down

0 comments on commit 2aeeb0d

Please sign in to comment.