Browse Source

Traling whitespace

rinpatch 7 years ago
parent
commit
e3bd2670d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/acgsou.py

+ 1 - 1
searx/engines/acgsou.py

@@ -36,7 +36,7 @@ def request(query, params):
 
 
 def response(resp):
-    results = [] 
+    results = []
     dom = html.fromstring(resp.text)
     print(resp.text)
     for result in dom.xpath(xpath_results):