diff --git a/core/candle.go b/core/candle.go index ce1cae6..04d6892 100644 --- a/core/candle.go +++ b/core/candle.go @@ -262,7 +262,7 @@ func (core *Core) SaveToSortSet(period string, keyName string, extt time.Duratio if err != nil { fmt.Println("err of ma7|ma30 add to redis:", err) } else { - fmt.Println("sortedSet add to redis:", rs, keyName) + fmt.Println("sortedSet added to redis:", rs, keyName) } } diff --git a/core/writeLog.go b/core/writeLog.go index 563ecc7..16b41be 100644 --- a/core/writeLog.go +++ b/core/writeLog.go @@ -29,3 +29,7 @@ func (wg *WriteLog) Process(cr *Core) error { }() return nil } +module phyer.click/texus +module phyer.click/texus + + diff --git a/main.go b/main.go index 06e476b..563d247 100644 --- a/main.go +++ b/main.go @@ -125,7 +125,7 @@ func LoopAllCoinsList(period int64, delay int64, mdura int, barPeriod string, on go func() { for { tsi := time.Now().Unix() - fmt.Println("tsi, period, delay, tsi%(period): ", tsi, period, delay, tsi%(period)) + //fmt.Println("tsi, period, delay, tsi%(period): ", tsi, period, delay, tsi%(period)) if tsi%(period) != delay { time.Sleep(1 * time.Second) continue diff --git a/tunas b/tunas new file mode 100755 index 0000000..a6c8b62 Binary files /dev/null and b/tunas differ