From f9c8c7c7528b75a968dc0dae3e8ed8d325d178b8 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 25 八月 2023 17:27:08 +0800 Subject: [PATCH] 交易通道备用 --- code_attribute/limit_up_time_manager.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code_attribute/limit_up_time_manager.py b/code_attribute/limit_up_time_manager.py index 25cd138..d1d4879 100644 --- a/code_attribute/limit_up_time_manager.py +++ b/code_attribute/limit_up_time_manager.py @@ -2,8 +2,8 @@ """ 娑ㄥ仠鏃堕棿绠$悊鍣� """ -from db import redis_manager -from db.redis_manager import RedisUtils +from db import redis_manager_delegate as redis_manager +from db.redis_manager_delegate import RedisUtils from utils import global_util, tool -- Gitblit v1.8.0