From 43ede61c11064c2279889ca352fc6ec596f9f4d8 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 24 八月 2023 16:31:50 +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