Administrator
2025-02-12 a9ebfe8f304fd88f3f3a4c1d78dfa7ce60110b45
third_data/code_plate_key_manager.py
@@ -495,7 +495,7 @@
    @classmethod
    def is_ignore_block_in_money(cls):
        if constant.IS_IGNORE_BLOCK_IN_MONEY_WITH_MARKET_STRONG and cls.__market_strong and cls.__market_strong >= 80:
        if cls.__market_strong and cls.__market_strong >= constant.IGNORE_BLOCK_IN_MONEY_MARKET_STRONG:
            return True
        return False