TODO: extractor 的重构.

This commit is contained in:
eson
2020-07-20 18:54:34 +08:00
parent f0f83a9f00
commit d7a6da287d
5 changed files with 18 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ func (oe *OpenrecExtractor) Execute() {
runtime.GC()
time.Sleep(time.Nanosecond)
source, err := store.Pop(string(intimate.TTOpenrecRanking), 100)
source, err := store.Pop(string(intimate.TTOpenrecUser), 100)
if err != nil {
if err != lasterr {
log.Println(err, lasterr)