Administrator
2023-08-04 c3429ad2482280083c8399412e6b2f3f6144d3b7
third_data/history_k_data_util.py
@@ -91,7 +91,7 @@
            token = RedisUtils.get(redis, "juejin-token", auto_free=False)
            return account_id, strategy_id, token
        finally:
            redis.connection_pool.disconnect()
            RedisUtils.realse(redis)
    @classmethod