jared 3 months ago
parent
commit
1446381e21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deployment/selwire_click.py

+ 1 - 1
deployment/selwire_click.py

@@ -154,7 +154,7 @@ def selenium_jared_click():
             webdriver.ActionChains(driver).move_to_element(elmt).click().perform()
             print(domain)
             print(href)
-            table=db['seo_jobs_ranking']
+            table=db['seo_jobs_ranking_jared']
             table.insert({'ranking':cnt,'kw':kw,'results':numresults,'url':href,'title':txt})
 
             driver.quit()