1
This commit is contained in:
@@ -161,8 +161,8 @@ async def websocket_quick_test():
|
||||
|
||||
# 运行监听器
|
||||
await asyncio.gather(
|
||||
order_listener(),
|
||||
# positions_listener(),
|
||||
# order_listener(),
|
||||
positions_listener(),
|
||||
# balance_listener(),
|
||||
return_exceptions=True
|
||||
)
|
||||
@@ -176,5 +176,5 @@ async def websocket_quick_test():
|
||||
|
||||
if __name__ == "__main__":
|
||||
# 运行快速测试
|
||||
asyncio.run(quick_order_test())
|
||||
# asyncio.run(websocket_quick_test())
|
||||
# asyncio.run(quick_order_test())
|
||||
asyncio.run(websocket_quick_test())
|
||||
Reference in New Issue
Block a user