diff options
author | rinpatch <rinpatch@airmail.cc> | 2018-04-27 08:36:11 +0300 |
---|---|---|
committer | rinpatch <rinpatch@airmail.cc> | 2018-04-27 08:36:11 +0300 |
commit | e3bd2670d7d886ba7fb7540781fec130d1e80c9c (patch) | |
tree | 0215b82289618724a49369b287d69cf8e5e23c89 /searx | |
parent | 86f47689fea8df37571e8413223fe1a3847fb0b8 (diff) | |
download | searxng-e3bd2670d7d886ba7fb7540781fec130d1e80c9c.tar.gz searxng-e3bd2670d7d886ba7fb7540781fec130d1e80c9c.zip |
Traling whitespace
Diffstat (limited to 'searx')
-rw-r--r-- | searx/engines/acgsou.py | 2 |
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): |