maxiaoshan 3 tahun lalu
induk
melakukan
7bb82021e3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/spider/service.go

+ 1 - 1
src/spider/service.go

@@ -88,7 +88,7 @@ func GetScript(code string, str ...interface{}) (script, script_list, script_con
 		} else {
 			script_content = luaconfig["str_content"].(string)
 		}
-		script += fmt.Sprintf(util.Tmp_Other, luaconfig["spidertype"], luaconfig["spiderhistorymaxpage"], luaconfig["spidermovevent"])
+		script += fmt.Sprintf(util.Tmp_Other, luaconfig["spidertype"], luaconfig["spiderhistorymaxpage"], luaconfig["spidermovevent"], luaconfig["spidercompete"])
 		script += ` 
 			` + script_time + `
 			` + script_list + `