Neurolingua commited on
Commit
f00b62c
·
verified ·
1 Parent(s): 105467b

Update other_function.py

Browse files
Files changed (1) hide show
  1. other_function.py +1 -1
other_function.py CHANGED
@@ -125,7 +125,7 @@ def get_rates():
125
  chrome_options.add_argument("--enable-automation")
126
 
127
  # Initialize the WebDriver with the headless option
128
- driver = webdriver.Chrome(service=Service(), options=chrome_options)
129
 
130
 
131
  # Open the website
 
125
  chrome_options.add_argument("--enable-automation")
126
 
127
  # Initialize the WebDriver with the headless option
128
+ driver = webdriver.Chrome(options=options, executable_path='/usr/local/bin/chromedriver')
129
 
130
 
131
  # Open the website