jared 3 年之前
父節點
當前提交
f803dda0c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      swire_shop_item_list.py

+ 1 - 1
swire_shop_item_list.py

@@ -130,7 +130,7 @@ def get_next_job(db,repeat=False,repkw=None,repnum=None):
         result['kw']=repkw
         result['num']=repnum
 
-    if repkw=='REP':
+    if 'REP' in repkw:
 #        cursor = db.query('select  lat_txt,lon_txt,keyword,num from swire_store_list order by rand() limit 1')
         cursor = db.query('select  lat_txt,lon_txt,keyword,num from swire_store_list where num="'+str(repnum)+'" limit 1')