jared 3 năm trước cách đây
mục cha
commit
5420b7233f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      swire_shop_item_list.py

+ 1 - 1
swire_shop_item_list.py

@@ -89,7 +89,7 @@ def keyin_keyword(driver, keyword):
 
 def get_next_job(db):
     result={}
-    cursor = db.query('select distinct(kw),num+1 as num from progress_list2 where num < 367 order by rand() limit 1')
+    cursor = db.query('select distinct(kw),num+1 as num from swire_progress_list where num < 367 order by rand() limit 1')
     for c in cursor:
         result['kw']=c['kw']
         result['num']=c['num']