From a68342e13d2f11eade054ff1ab3eb496ff266516 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 01 九月 2023 17:44:48 +0800 Subject: [PATCH] 真实下单位置校验 --- code_attribute/industry_codes_sort.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/code_attribute/industry_codes_sort.py b/code_attribute/industry_codes_sort.py index ce38bcf..72bdf49 100644 --- a/code_attribute/industry_codes_sort.py +++ b/code_attribute/industry_codes_sort.py @@ -21,7 +21,7 @@ return int(a[1].replace(":", "")) - int(b[1].replace(":", "")) if not global_util.limit_up_time: - limit_up_time_manager.load_limit_up_time() + limit_up_time_manager.LimitUpTimeManager.load_limit_up_time() list = [] for code in codes: limit_up_time = global_util.limit_up_time.get(code) -- Gitblit v1.8.0