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());