Jared 3 년 전
부모
커밋
041bce011f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      swire_shop_item_list.py

+ 1 - 0
swire_shop_item_list.py

@@ -129,6 +129,7 @@ def get_next_job(db,repeat=False,repkw=None,repnum=None):
     cursor = db.query('select kw,num  from areacodes order by rand()')
 
     for c in cursor:
+        repkw=c['kw']
         result['kw']=c['kw']
         result['num']=c['num']
         break