From 8c4b2afcaf79032aa22169efa36ef71fab324882 Mon Sep 17 00:00:00 2001
From: admin <admin@example.com>
Date: 星期二, 17 六月 2025 13:53:57 +0800
Subject: [PATCH] 增加测试

---
 strategy/plate_strength_analysis.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/strategy/plate_strength_analysis.py b/strategy/plate_strength_analysis.py
index b67d07d..325a2ed 100644
--- a/strategy/plate_strength_analysis.py
+++ b/strategy/plate_strength_analysis.py
@@ -117,7 +117,8 @@
             # print(f"kpl_limit_up_process寮�濮嬩簡{now}")
             start_time = time.time()
             now_time = tool.get_now_time_str()
-            if data_cache.L1_DATA_START_TIME < now_time < data_cache.CLOSING_TIME:
+            # TODO 娴嬭瘯
+            if data_cache.L1_DATA_START_TIME < now_time < data_cache.CLOSING_TIME or True:
                 its_stock_power = get_market_sift_plate_its_stock_power()
                 time_str = datetime.datetime.now().strftime("%H%M%S")
                 if 92900 < int(time_str) < 95000:

--
Gitblit v1.8.0