From f6229be91f9165b14dc4608075e2cf78fd27d039 Mon Sep 17 00:00:00 2001 From: dlgt7 <102397160+dlgt7@users.noreply.github.com> Date: Mon, 1 May 2023 18:13:10 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Pyramid=E6=B7=BB=E5=8A=A0=E6=95=99?= =?UTF-8?q?=E7=A8=8B.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pyramid添加教程.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pyramid添加教程.md b/Pyramid添加教程.md index 32847aa..3da98b9 100644 --- a/Pyramid添加教程.md +++ b/Pyramid添加教程.md @@ -45,7 +45,7 @@ public void onCreate() { ``` ##### 5.修改 ApiConfig.java ```java -// 添加引用 +// 添加引用 51行 import com.github.catvod.crawler.SpiderNull; import com.undcover.freedom.pyramid.PythonLoader; public class ApiConfig {