From 2bc7a3170474cc9b6d0642ed1fe9f20ab90c6a6d Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 16 八月 2023 12:25:05 +0800 Subject: [PATCH] ++++++++++++++++ 去除分数计算 --- 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