Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def scrape_upwork_data(search_query, num_jobs, page):
|
|
29 |
|
30 |
# Setup the remote WebDriver
|
31 |
driver = webdriver.Remote(
|
32 |
-
command_executor='
|
33 |
options=chrome_options
|
34 |
)
|
35 |
|
|
|
29 |
|
30 |
# Setup the remote WebDriver
|
31 |
driver = webdriver.Remote(
|
32 |
+
command_executor='http://localhost:4444/wd/hub',
|
33 |
options=chrome_options
|
34 |
)
|
35 |
|