From 5a2ef3a696ddccbc1faef1e2e90f5b535ec24a0d Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 11 一月 2024 10:06:14 +0800 Subject: [PATCH] 看盘网页修改/接口本地化代理 --- juejin_data_export.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/juejin_data_export.py b/juejin_data_export.py index 11a1a60..467cc25 100644 --- a/juejin_data_export.py +++ b/juejin_data_export.py @@ -1,6 +1,6 @@ import xlwt -import tool +from utils import tool from juejin_core import GPCodeManager -- Gitblit v1.8.0