TODO: 完善主播表的更新方式. 存在更新最新状态时, 会被改版类似情况覆盖, 从而找不到原信息数据

This commit is contained in:
eson
2020-07-15 15:44:21 +08:00
parent 0d8b456f41
commit 75b1d9fb77
7 changed files with 163 additions and 103 deletions

View File

@@ -35,7 +35,7 @@ func (oer *OpenrecExtratorRanking) Execute(cxt *hunter.TaskContext) {
source, err := store.Pop(string(intimate.TTOpenrecUser))
if source == nil && err != nil {
if source == nil || err != nil {
log.Println(err)
time.Sleep(time.Second * 2)
continue