From 5c5a34e67334e53e3ac9da5adc85ccc8ec0529c4 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 18 三月 2024 15:58:19 +0800 Subject: [PATCH] 删除多余的策略-L2的通信方式 --- 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 1ee21fd..b2ae85d 100644 --- a/third_data/kpl_data_manager.py +++ b/third_data/kpl_data_manager.py @@ -417,7 +417,7 @@ def get_limit_up(): while True: - 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")): try: results = kpl_api.getLimitUpInfoNew() result = json.loads(results) -- Gitblit v1.8.0