瀏覽代碼

2024-06-04
取消微信搜索接口服务

罗俊辉 1 年之前
父節點
當前提交
76ed107e3f
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      applications/search/hksp_search.py

+ 1 - 5
applications/search/hksp_search.py

@@ -116,8 +116,4 @@ def hksp_search(key, sensitive_words):
                 pass
         return L
     except:
-        return []
-
-w = hksp_search("中华人民共和国", sensitive_words=["123"])
-
-print(w)
+        return []