From fae3fe2f1679ced93ed61a4d236de33fcfe58512 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 26 四月 2024 18:28:05 +0800
Subject: [PATCH] 取消测试

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

diff --git a/third_data/kpl_data_manager.py b/third_data/kpl_data_manager.py
index b4cd314..a9cbfac 100644
--- a/third_data/kpl_data_manager.py
+++ b/third_data/kpl_data_manager.py
@@ -438,7 +438,7 @@
     def run_limit_up_task(cls):
         while True:
             try:
-                if (tool.is_trade_time() and int(tool.get_now_time_str().replace(':', '')) > int("092530")) or True:
+                if (tool.is_trade_time() and int(tool.get_now_time_str().replace(':', '')) > int("092530")):
                     results = kpl_api.getLimitUpInfoNew()
                     result = json.loads(results)
                     start_time = time.time()

--
Gitblit v1.8.0