|
@@ -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 + `
|