Jared 2 년 전
부모
커밋
741f8f3f4b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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):