From 9fec449bb6cf70c62d81b27f288975724f61fe09 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 25 五月 2021 15:16:01 +0800
Subject: [PATCH] log

---
 capture.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/capture.go b/capture.go
index 556c7a4..bc5336a 100644
--- a/capture.go
+++ b/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)
 	}
 

--
Gitblit v1.8.0