瀏覽代碼

Forgot to remove print command used for debugging

rinpatch 6 年之前
父節點
當前提交
f17e54a396
沒有帳戶連結到提交者的電子郵件
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      searx/engines/acgsou.py

+ 0
- 1
searx/engines/acgsou.py 查看文件

@@ -38,7 +38,6 @@ def request(query, params):
38 38
 def response(resp):
39 39
     results = []
40 40
     dom = html.fromstring(resp.text)
41
-    print(resp.text)
42 41
     for result in dom.xpath(xpath_results):
43 42
         # defaults
44 43
         filesize = 0