Jared hace 3 años
padre
commit
741f8f3f4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      monitor/hhh3.py

+ 1 - 1
monitor/hhh3.py

@@ -25,7 +25,7 @@ lst=[]
 cursor = db.query('SELECT query FROM seo.hhh_gsc_imp where position >=2.0 and position <=9.0 order by rand();')
 
 for c in cursor:
-    lst.append([c['kw']])
+    lst.append([c['query']])
 
 
 def run_once(pport, dockername):