去掉中文字符
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user