From 06fedc38f8776edf69cf3ef05ff494cae2c42e69 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Sat, 18 Sep 2021 16:14:16 +0800 Subject: [PATCH] update --- core/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test.go b/core/test.go index cd52d95..09f2412 100644 --- a/core/test.go +++ b/core/test.go @@ -96,7 +96,7 @@ func initSys() { Handle: func(s im.Sender) interface{} { s.Disappear() sillyGirl.Set("rebootInfo", fmt.Sprintf("%v %v %v", s.GetImType(), s.GetChatID(), s.GetUserID())) - Daemon() // + Daemon() return nil }, },