From cc6fcdf8e3792d17ccf436fb2f03fcda57b0f06a Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 15 八月 2023 17:11:28 +0800 Subject: [PATCH] ++++++++++++++++ bug修复- --- l2_data_util.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/l2_data_util.py b/l2_data_util.py index 4e0e7f6..545ef7e 100644 --- a/l2_data_util.py +++ b/l2_data_util.py @@ -7,7 +7,7 @@ import json import time -from db.redis_manager import RedisUtils +from db.redis_manager_delegate import RedisUtils from utils.tool import async_call from l2 import l2_data_manager -- Gitblit v1.8.0