From 43ede61c11064c2279889ca352fc6ec596f9f4d8 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 24 八月 2023 16:31:50 +0800 Subject: [PATCH] 交易通道处理采用线程池 --- code_attribute/code_volumn_manager.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code_attribute/code_volumn_manager.py b/code_attribute/code_volumn_manager.py index 35295fd..89332a2 100644 --- a/code_attribute/code_volumn_manager.py +++ b/code_attribute/code_volumn_manager.py @@ -7,9 +7,9 @@ # yesterday 鏄ㄥぉ鐨勯噺 import json -from db.redis_manager import RedisUtils +from db.redis_manager_delegate import RedisUtils from utils import global_util, tool -from db import redis_manager +from db import redis_manager_delegate as redis_manager from log_module.log import logger_day_volumn __redis_manager = redis_manager.RedisManager(0) -- Gitblit v1.8.0