소스 검색

Traling whitespace

rinpatch 6 년 전
부모
커밋
e3bd2670d7
No account linked to committer's email
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):