Administrator
2025-04-10 23d160b75ebb0b9883f84c735e71539e8e10f6b7
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)