Administrator
2024-12-11 3cb848d1805f6587abeed8978a0d76a282e1ba04
third_data/code_plate_key_manager.py
@@ -365,7 +365,7 @@
        if cls.__market_strong is not None:
            score = int(cls.__market_strong)
        for info in constant.RADICAL_BUY_TOP_IN_COUNT_BY_MARKET_STRONG:
            if info[0]<=score<info[1]:
            if info[0] <= score < info[1]:
                return info[2]
        return 10
@@ -482,8 +482,6 @@
            if cls.top_in_list_cache[i][1] == b:
                return b, i, cls.top_in_list_cache[i][3]
        return b, -1, 0
    @classmethod
    def set_top_5_industry(cls, datas):