Browse Source

Traling whitespace

rinpatch 6 years ago
parent
commit
e3bd2670d7
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      searx/engines/acgsou.py

+ 1
- 1
searx/engines/acgsou.py View File

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