1
This commit is contained in:
@@ -15,7 +15,6 @@ class OrderSyncBatch(BaseSync):
|
|||||||
|
|
||||||
async def sync_batch(self, accounts: Dict[str, Dict]):
|
async def sync_batch(self, accounts: Dict[str, Dict]):
|
||||||
"""批量同步所有账号的订单数据"""
|
"""批量同步所有账号的订单数据"""
|
||||||
return
|
|
||||||
try:
|
try:
|
||||||
logger.info(f"开始批量同步订单数据,共 {len(accounts)} 个账号")
|
logger.info(f"开始批量同步订单数据,共 {len(accounts)} 个账号")
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ class PositionSyncBatch(BaseSync):
|
|||||||
|
|
||||||
async def sync_batch(self, accounts: Dict[str, Dict]):
|
async def sync_batch(self, accounts: Dict[str, Dict]):
|
||||||
"""批量同步所有账号的持仓数据"""
|
"""批量同步所有账号的持仓数据"""
|
||||||
return
|
|
||||||
try:
|
try:
|
||||||
logger.info(f"开始批量同步持仓数据,共 {len(accounts)} 个账号")
|
logger.info(f"开始批量同步持仓数据,共 {len(accounts)} 个账号")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user