Ver código fonte

Traling whitespace

rinpatch 6 anos atrás
pai
commit
e3bd2670d7
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      searx/engines/acgsou.py

+ 1
- 1
searx/engines/acgsou.py Ver arquivo

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