Spaces:
Runtime error
Runtime error
Nguyen Quang Truong
commited on
Commit
·
ec57836
1
Parent(s):
6d62104
scrape_data_indeed/utils.py
CHANGED
@@ -40,7 +40,7 @@ def init_driver():
|
|
40 |
def access(driver,url):
|
41 |
print("_"*30, "ACCESS URL","_"*30)
|
42 |
driver.get(url)
|
43 |
-
sleep(
|
44 |
|
45 |
|
46 |
def search(driver, job, location):
|
|
|
40 |
def access(driver,url):
|
41 |
print("_"*30, "ACCESS URL","_"*30)
|
42 |
driver.get(url)
|
43 |
+
sleep(8)
|
44 |
|
45 |
|
46 |
def search(driver, job, location):
|