From 9956aef5b7483c4b5baf21ccb6830adf3e1f1271 Mon Sep 17 00:00:00 2001 From: dlgt7 <102397160+dlgt7@users.noreply.github.com> Date: Mon, 1 May 2023 18:17:20 +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 1f0d72e..58adce5 100644 --- a/Pyramid添加教程.md +++ b/Pyramid添加教程.md @@ -65,7 +65,7 @@ private void parseJson(String apiUrl, String jsonStr) { ```java public Spider getCSP(SourceBean sourceBean) { - //pyramid-add-start + //pyramid-add-start 576行 if (sourceBean.getApi().startsWith("py_")) { try { return PythonLoader.getInstance().getSpider(sourceBean.getKey(), sourceBean.getExt());