Neurolingua commited on
Commit
1dda215
1 Parent(s): a695455

Update other_function.py

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