From 5a490614703291481c7b69ffc3380f6c18ed5f28 Mon Sep 17 00:00:00 2001 From: kv2 Date: Mon, 10 Jan 2022 13:47:56 +0800 Subject: [PATCH] =?UTF-8?q?[+]v1.61=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kscan.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kscan.go b/kscan.go index 9dc5dfa..0cecd40 100644 --- a/kscan.go +++ b/kscan.go @@ -24,7 +24,7 @@ const logo = ` |##| |#|___ |#| /###\ |##\|#| |#.#\ \#####\|#| /#/_\#\ |#.#.#| |#|\#\ /\___|#||#|____/#/###\#\|#|\##| - |#| \#\\#####/ \#####/#/ v1.60#\#| \#| + |#| \#\\#####/ \#####/#/ v1.61#\#| \#| ` @@ -143,6 +143,8 @@ func main() { } //touch模块启动 if app.Setting.Touch != "None" { + _ = gonmap.Init(9, app.Setting.Timeout) + r := touch.Touch(app.Setting.Touch) slog.Info("Netloc:", app.Setting.Touch) slog.Info("Status:", r.Status)