tracebug of insertPlate
This commit is contained in:
parent
cc6a2e0d91
commit
5cf9cf17c8
2
main.go
2
main.go
@ -13,7 +13,7 @@ import (
|
|||||||
func main() {
|
func main() {
|
||||||
cr := core.Core{}
|
cr := core.Core{}
|
||||||
cr.Init()
|
cr.Init()
|
||||||
logrus.SetLevel(logrus.DebugLevel)
|
logrus.SetLevel(logrus.WarnLevel)
|
||||||
cr.TickerInforocessChan = make(chan *core.TickerInfo)
|
cr.TickerInforocessChan = make(chan *core.TickerInfo)
|
||||||
cr.CandlesProcessChan = make(chan *core.Candle)
|
cr.CandlesProcessChan = make(chan *core.Candle)
|
||||||
cr.MaXProcessChan = make(chan *core.MaX)
|
cr.MaXProcessChan = make(chan *core.MaX)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user