log
zhangmeng
2021-05-25 9fec449bb6cf70c62d81b27f288975724f61fe09
log
1个文件已修改
2 ■■■ 已修改文件
capture.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
capture.go
@@ -139,7 +139,7 @@
    }
    if tryTime >= maxTry {
        err := fmt.Sprintf("try %d times to capture image, is url correct?\n", tryTime)
        err := fmt.Sprintf("try %d ms to capture image, is url correct?\n", tryTime)
        return nil, errors.New(err)
    }