tracebug of insertPlate

This commit is contained in:
zhangkun9038@dingtalk.com 2025-01-14 22:11:29 +08:00
parent cc6a2e0d91
commit 5cf9cf17c8

View File

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