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