Skip to content

Commit

Permalink
Fix missing path in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysitu committed Nov 3, 2024
1 parent d756195 commit f044525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_stocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# It seems that undetected_chromedriver is not working properly, when user_multi_procs is set to True
# So let user_multi_procs to be False here to initialize the driver environment
nouse_driver = uc.Chrome(
browser_executable_path=os.environ.get('CHROME_PATH'),
headless=True,
debug=True,
version_main=126,
Expand Down

0 comments on commit f044525

Please sign in to comment.