From f79d8df4fdbb409e93fc13c716383e50b5652f88 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 01 九月 2023 11:05:58 +0800
Subject: [PATCH] 订阅日志

---
 trade/current_price_process_manager.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/trade/current_price_process_manager.py b/trade/current_price_process_manager.py
index 39d5454..50ab00e 100644
--- a/trade/current_price_process_manager.py
+++ b/trade/current_price_process_manager.py
@@ -134,6 +134,8 @@
                 # if dif1 or dif2:
                 if True:
                     print("璁剧疆L2浠g爜鏁伴噺锛�", len(add_code_set))
+                    logger_l2_codes_subscript.info(f"棰勫鐞嗘柊澧炶闃呬唬鐮侊細{add_code_set - latest_add_codes}")
+                    global latest_add_codes
                     latest_add_codes = add_code_set
                     add_datas = []
                     for d in add_code_list:

--
Gitblit v1.8.0