From 1471480f5307d9f75b6e87e246cc14c131fb4639 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 14 六月 2024 15:36:21 +0800 Subject: [PATCH] L2订阅接口更新 --- cancel_strategy/s_l_h_cancel_strategy.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cancel_strategy/s_l_h_cancel_strategy.py b/cancel_strategy/s_l_h_cancel_strategy.py index 4128085..2d358e4 100644 --- a/cancel_strategy/s_l_h_cancel_strategy.py +++ b/cancel_strategy/s_l_h_cancel_strategy.py @@ -1485,10 +1485,10 @@ watch_indexes_info = self.__get_watch_indexes_cache(code) if watch_indexes_info and watch_indexes_info[2]: # 娌℃湁鍥婃嫭 - watch_indexes|=set(watch_indexes_info[2]) + watch_indexes |= set(watch_indexes_info[2]) self.__set_watch_indexes(code, watch_indexes_info[0], watch_indexes_info[1], watch_indexes) except Exception as e: - l2_log.l_cancel_debug(code,"L鍚庡悗鍗婃璁$畻鍑洪敊锛歿}", str(e)) + l2_log.l_cancel_debug(code, "L鍚庡悗鍗婃璁$畻鍑洪敊锛歿}", str(e)) return can_cancel, cancel_data, extra_msg -- Gitblit v1.8.0