Update Pyramid添加教程.md

This commit is contained in:
dlgt7
2023-05-01 18:17:20 +08:00
committed by GitHub
parent 1726baf943
commit 9956aef5b7
+1 -1
View File
@@ -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());