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