Jared %!s(int64=3) %!d(string=hai) anos
pai
achega
041bce011f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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