log
zhangmeng
2021-05-25 9fec449bb6cf70c62d81b27f288975724f61fe09
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)
   }