浏览代码

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):