maxiaoshan 3 年 前
コミット
7bb82021e3
1 ファイル変更1 行追加1 行削除
  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 + `