From 9e5b50a69a64aad3d396e1808344645ad2c25efc Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 17 十月 2024 17:32:18 +0800 Subject: [PATCH] 引入精选流出到买入策略 --- third_data/kpl_util.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/third_data/kpl_util.py b/third_data/kpl_util.py index 5117cbc..58a87a1 100644 --- a/third_data/kpl_util.py +++ b/third_data/kpl_util.py @@ -65,7 +65,7 @@ FENG_XIANG = "feng_xiang" INDUSTRY_RANK = "industry_rank" JINGXUAN_RANK = "jingxuan_rank" - + JINGXUAN_RANK_OUT = "jingxuan_rank_out" def __parseDaBanItemData(data, type): if type == DABAN_TYPE_BIDDING: -- Gitblit v1.8.0