From f1b37714791c29fa617991ad4a7226c9c53803e0 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Sat, 18 Sep 2021 16:13:34 +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 09f2412..cd52d95 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 }, },