zhangkun9038@dingtalk.com 2025-01-23 13:11:07 +08:00
parent e71e0b5cd3
commit 9cd51686cc

View File

@ -13,7 +13,7 @@ import (
func main() {
cr := core.Core{}
cr.Init()
logrus.SetLevel(logrus.WarnLevel)
logrus.SetLevel(logrus.InfoLevel)
cr.TickerInforocessChan = make(chan *core.TickerInfo)
cr.CandlesProcessChan = make(chan *core.Candle)
cr.MaXProcessChan = make(chan *core.MaX)