@@ -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):