From 2a1af722fe2e2575cfb82d4f108e89603dfc8096 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 08 四月 2025 14:43:06 +0800 Subject: [PATCH] 添加日志 --- trade/current_price_process_manager.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/trade/current_price_process_manager.py b/trade/current_price_process_manager.py index 9d89447..d5536c6 100644 --- a/trade/current_price_process_manager.py +++ b/trade/current_price_process_manager.py @@ -66,7 +66,7 @@ if len(result) > 2 and result[2]: # 鍙互鎷夐粦 if new_block_processor.is_can_forbidden(code): - l2_trade_util.forbidden_trade(code, result[1]) + l2_trade_util.forbidden_trade(code, msg = result[1]) return -1 # 鎯充拱鍗� -- Gitblit v1.8.0