summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorrinpatch <rinpatch@airmail.cc>2018-04-27 08:36:11 +0300
committerrinpatch <rinpatch@airmail.cc>2018-04-27 08:36:11 +0300
commite3bd2670d7d886ba7fb7540781fec130d1e80c9c (patch)
tree0215b82289618724a49369b287d69cf8e5e23c89 /searx
parent86f47689fea8df37571e8413223fe1a3847fb0b8 (diff)
downloadsearxng-e3bd2670d7d886ba7fb7540781fec130d1e80c9c.tar.gz
searxng-e3bd2670d7d886ba7fb7540781fec130d1e80c9c.zip
Traling whitespace
Diffstat (limited to 'searx')
-rw-r--r--searx/engines/acgsou.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/acgsou.py b/searx/engines/acgsou.py
index 73f0361e5..ebe253649 100644
--- a/searx/engines/acgsou.py
+++ b/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):