瀏覽代碼

Traling whitespace

rinpatch 6 年之前
父節點
當前提交
e3bd2670d7
沒有帳戶連結到提交者的電子郵件
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      searx/engines/acgsou.py

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

@@ -36,7 +36,7 @@ def request(query, params):
36 36
 
37 37
 
38 38
 def response(resp):
39
-    results = [] 
39
+    results = []
40 40
     dom = html.fromstring(resp.text)
41 41
     print(resp.text)
42 42
     for result in dom.xpath(xpath_results):