From ba52d7ac92a36f413eacaa686f8535e859664ec6 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 28 八月 2023 09:45:11 +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