This commit is contained in:
lz_db
2025-12-06 02:10:57 +08:00
parent f472755d84
commit 76ac5370d0
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ class PositionSyncBatch(BaseSync):
async def sync_batch(self, accounts: Dict[str, Dict]):
"""批量同步所有账号的持仓数据"""
return
try:
logger.info(f"开始批量同步持仓数据,共 {len(accounts)} 个账号")