From 91d886395cc0ec765fa808702ef1c98db291b80c Mon Sep 17 00:00:00 2001 From: johlanse Date: Tue, 26 Jul 2022 18:25:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E5=A1=AB=E7=A9=BA=E9=A2=98=E7=AD=94=E6=A1=88=E4=BC=9A=E9=80=A0?= =?UTF-8?q?=E6=88=90=E7=A9=BA=E6=8C=87=E9=92=88=E5=BC=82=E5=B8=B8=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/respond.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/respond.go b/lib/respond.go index 4ac06ec..980c4e1 100644 --- a/lib/respond.go +++ b/lib/respond.go @@ -515,7 +515,7 @@ func FillBlank(page playwright.Page, tips []string) error { temp += tip } answer = strings.Split(temp, ",") - log.Infoln("答案已合并处理" + err.Error()) + log.Infoln("答案已合并处理") } for i := 0; i < len(inouts); i++ { err := inouts[i].Fill(answer[i])