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 }, },