From 5eb595434c2dbcbb1af64b9987ccadc9392c9ef3 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 20 九月 2024 00:59:23 +0800
Subject: [PATCH] 统计涨停卖数据

---
 third_data/code_plate_key_manager.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/third_data/code_plate_key_manager.py b/third_data/code_plate_key_manager.py
index 05c452e..c7b53e7 100644
--- a/third_data/code_plate_key_manager.py
+++ b/third_data/code_plate_key_manager.py
@@ -1339,7 +1339,7 @@
         limit_up_timestamp = LimitUpDataConstant.get_first_limit_up_time(code)
         if not limit_up_timestamp:
             limit_up_timestamp = time.time()
-        if limit_up_timestamp - current_before_codes_info[0][1] >= 10 * 60:
+        if limit_up_timestamp - current_before_codes_info[0][1] >= 15 * 60:
             return False, f"璺濈鑰佸ぇ娑ㄥ仠宸茶繃鍘�10鍒嗛挓锛坽current_before_codes_info[0]}锛�"
 
         history_index, history_before_codes_info = cls.__get_history_index(code, block, set())

--
Gitblit v1.8.0