LoopAllCoin change
This commit is contained in:
parent
2e34e5780e
commit
6f4a474952
2
main.go
2
main.go
@ -231,6 +231,8 @@ func LoopAllCoinsList(period int64, delay int64, mdura int, barPeriod string, on
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
cr := core.Core{}
|
cr := core.Core{}
|
||||||
|
// level := os.Getenv("TEXUS_LOGLEVEL")
|
||||||
|
logrus.SetLevel(logrus.WarnLevel)
|
||||||
cr.Init()
|
cr.Init()
|
||||||
ShowSysTime(&cr)
|
ShowSysTime(&cr)
|
||||||
// 从rest接口获取的ticker记录种的交量计入排行榜,指定周期刷新一次
|
// 从rest接口获取的ticker记录种的交量计入排行榜,指定周期刷新一次
|
||||||
|
Loading…
x
Reference in New Issue
Block a user