diff --git a/modules/extent.go b/modules/extent.go index 5941535..fa71c67 100644 --- a/modules/extent.go +++ b/modules/extent.go @@ -4,10 +4,12 @@ import ( "encoding/json" "errors" "fmt" - "github.com/phyer/core" "os" "strconv" "strings" + + "github.com/phyer/core" + // "sync" "time" // @@ -224,6 +226,7 @@ func GetRangeCandleSortedSet(cr *core.Core, setName string, count int, from time return &cdl, err } for _, str := range keyAry { + fmt.Println("str:", str) if str == nil { continue } diff --git a/siaga b/siaga index ba8e827..58ad6b0 100755 Binary files a/siaga and b/siaga differ