From 001e49d6dffee3ae3f30760e7d7aebdb718f1280 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 19 十月 2023 13:55:08 +0800 Subject: [PATCH] L下监听数量动态变化 --- 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 df23bd8..d90a373 100644 --- a/third_data/kpl_data_manager.py +++ b/third_data/kpl_data_manager.py @@ -328,7 +328,7 @@ while True: if tool.is_trade_time(): try: - results = kpl_api.daBanList(kpl_api.DABAN_TYPE_LIMIT_UP) + results = kpl_api.getLimitUpInfo() result = json.loads(results) start_time = time.time() __upload_data("limit_up", result) -- Gitblit v1.8.0