Browse Source

增加打印。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/3035/head
zouap 2 years ago
parent
commit
5a36a304c0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/aisafety.go

+ 1
- 1
routers/repo/aisafety.go View File

@@ -29,7 +29,7 @@ func CloudBrainAiSafetyCreateTest(ctx *context.Context) {
jsonMap, err := getJsonContent("http://192.168.207.34:8065/Test_zap1234/openi_aisafety/raw/branch/master/result/0301.json")
if err == nil {
aisafety.GetAlgorithmList()
aisafety.CreateSafetyTask(id, jsonMap)
aisafety.CreateSafetyTask(id, "test", jsonMap)
time.Sleep(time.Duration(2) * time.Second)
aisafety.GetTaskStatus(id)
}


Loading…
Cancel
Save