|
@@ -210,7 +210,7 @@ func QueueUpScriptList() {
|
|
|
if sp != nil && sp.IsHistoricalMend { //下载历史的爬虫执行一次后删除
|
|
|
DelLen++
|
|
|
LoopListPath.Delete(key)
|
|
|
- MgoEB.Update("luaconfig", map[string]interface{}{"code": code}, map[string]interface{}{"$set": map[string]interface{}{"state": 6}}, false, false)
|
|
|
+ b = MgoEB.Update("luaconfig", map[string]interface{}{"code": code}, map[string]interface{}{"$set": map[string]interface{}{"state": 6}}, false, false)
|
|
|
logger.Debug("Delete History Code:", code, b)
|
|
|
}
|
|
|
}
|