From de39d87add23a4213e71768acf004e65b465db72 Mon Sep 17 00:00:00 2001 From: pingc0y Date: Sat, 22 Apr 2023 18:58:22 +0800 Subject: [PATCH] =?UTF-8?q?2023/4/22=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crawler/run.go | 1 + 1 file changed, 1 insertion(+) diff --git a/crawler/run.go b/crawler/run.go index f03a4e7..22436a7 100644 --- a/crawler/run.go +++ b/crawler/run.go @@ -150,6 +150,7 @@ func Run() { } Initialization() start(cmd.U) + Res() } func AppendJs(url string, urltjs string) {