From 353e8ef9cd36018b0e2b5b3e0721f0065d587a8d Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 28 二月 2024 17:02:21 +0800 Subject: [PATCH] H撤Bug修改 --- third_data/kpl_data_manager.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/third_data/kpl_data_manager.py b/third_data/kpl_data_manager.py index 975b7cc..032e98e 100644 --- a/third_data/kpl_data_manager.py +++ b/third_data/kpl_data_manager.py @@ -401,10 +401,9 @@ def get_limit_up(): while True: - if tool.is_trade_time() or True: + if tool.is_trade_time() and int(tool.get_now_time_str().replace(':', '')) > int("092530"): try: results = kpl_api.getLimitUpInfoNew() - results = kpl_util.filter_block(results) result = json.loads(results) start_time = time.time() __upload_data("limit_up", result) -- Gitblit v1.8.0