From 6fee9f965ccb16e672d4624ecacf8e28aa172d1d Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Tue, 8 Oct 2024 12:38:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BE=93=E5=87=BA=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/scoresaber/hot.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/scoresaber/hot.go b/service/scoresaber/hot.go index 73297fb..03957bf 100644 --- a/service/scoresaber/hot.go +++ b/service/scoresaber/hot.go @@ -50,6 +50,7 @@ func (sm *scoresManager) receiveData() { var cmd Command err := sm.conn.ReadJSON(&cmd) if cmd.CommandData.Score.LeaderboardPlayerInfo.Country != "CN" { + log.Printf("非国内玩家数据:%v", cmd) continue } if err != nil {