trade/trade_manager.py @@ -130,7 +130,7 @@ # 默认设置为可交易 val = RedisUtils.get(cls.__get_redis(), "trade_buy_mode") if val is None: return cls.MODE_BUY_ALL return cls.MODE_ONLY_BUY_WANT_CODES return int(val) def get_mode_cache(self):