Spaces:
Sleeping
Sleeping
Update other_function.py
Browse files- 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(
|
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
|