From 7284224d58773be6da3c569be3d54ac3b2646661 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 06 七月 2023 11:16:08 +0800 Subject: [PATCH] 更改包结构/动态引入windows平台依赖的相关包 --- l2_data_util.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/l2_data_util.py b/l2_data_util.py index 9d015cf..e8df36e 100644 --- a/l2_data_util.py +++ b/l2_data_util.py @@ -6,10 +6,10 @@ # 姣旇緝鏃堕棿鐨勫ぇ灏� import json import time -from tool import async_call +from utils.tool import async_call from l2 import l2_data_manager -import tool +from utils import tool def run_time(): -- Gitblit v1.8.0