From 5b406e155a8759285e7627df4c8f6fdd9c9cca3a Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 26 二月 2024 15:12:58 +0800 Subject: [PATCH] bug修复 --- l2/l2_transaction_data_processor.py | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/l2/l2_transaction_data_processor.py b/l2/l2_transaction_data_processor.py index f3a4928..14b94b3 100644 --- a/l2/l2_transaction_data_processor.py +++ b/l2/l2_transaction_data_processor.py @@ -133,10 +133,9 @@ if real_order_index and real_order_index >= buy_progress_index: # 鍙戦�佷笅鍗曟秷鎭� try: - buy_order_msg_manager.almost_deal(code, real_order_index, buy_progress_index, - total_datas) + buy_order_msg_manager.almost_deal(code, real_order_index, buy_progress_index) buy_order_msg_manager.follow_not_enough(code, order_begin_pos.buy_exec_index, - real_order_index, total_datas) + real_order_index) except Exception as e: logger_debug.exception(e) else: -- Gitblit v1.8.0