From d0f33825a0a6c6fb243bb4a1b4d30660bf821366 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 24 四月 2024 13:56:18 +0800 Subject: [PATCH] 日志调整 --- l2/cancel_buy_strategy.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/l2/cancel_buy_strategy.py b/l2/cancel_buy_strategy.py index aacc971..cea2949 100644 --- a/l2/cancel_buy_strategy.py +++ b/l2/cancel_buy_strategy.py @@ -1520,7 +1520,7 @@ code)) if canceled_data: canceled_indexes.append(canceled_data["index"]) - canceled_count_weight += total_data[wi]["re"] + # 鑾峰彇绱㈠紩鏉冮噸 pos_index = watch_indexes_list.index(wi) if pos_index < len(WATCH_INDEX_WEIGHTS): canceled_count_weight += WATCH_INDEX_WEIGHTS[pos_index] -- Gitblit v1.8.0