去掉中文字符

This commit is contained in:
2025-10-25 19:41:17 +08:00
parent da9a846d01
commit 79a94925cf
3 changed files with 4 additions and 4 deletions

View File

@@ -190,7 +190,7 @@ class SyncOddsjamBetTracker:
try:
# 确保响应已完成
if response.request.failure is None and response.status == 200:
data = response.json() # 注意sync_api 中 .json() 是同步的
data = response.json() # 注意: sync_api 中 .json() 是同步的
self.total_bet_cnt = data["totalCount"]
logger.info(f"total bet count: {self.total_bet_cnt}")