|
@@ -71,7 +71,7 @@ def process_query(qs):
|
|
|
def run_once(q):
|
|
|
global driver
|
|
|
result=[]
|
|
|
- s = Service('/root/driver')
|
|
|
+ s = Service('/root/driver/chromedriver')
|
|
|
options = webdriver.ChromeOptions()
|
|
|
options.add_argument('--headless')
|
|
|
# options.add_argument('--remote-debugging-port=9222')
|