summaryrefslogtreecommitdiff
path: root/searx/engines/stackoverflow.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-12-07 17:49:01 +0100
committerAdam Tauber <asciimoo@gmail.com>2014-12-07 17:49:01 +0100
commit9517f7a6e775aded6f1673f4a991594b08750467 (patch)
tree332019feae5a215d2d54528308792560794d7aa5 /searx/engines/stackoverflow.py
parent611f4e2a86a84b3d15bdaf6ef7435549ea86fcfa (diff)
parent7c13d630e4531630ce3c392a7d60752715742291 (diff)
Merge pull request #139 from dalf/master
pep8 : engines
Diffstat (limited to 'searx/engines/stackoverflow.py')
-rw-r--r--searx/engines/stackoverflow.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/searx/engines/stackoverflow.py b/searx/engines/stackoverflow.py
index edbe74a70..dcbb1890c 100644
--- a/searx/engines/stackoverflow.py
+++ b/searx/engines/stackoverflow.py
@@ -1,8 +1,8 @@
## Stackoverflow (It)
-#
+#
# @website https://stackoverflow.com/
# @provide-api not clear (https://api.stackexchange.com/docs/advanced-search)
-#
+#
# @using-api no
# @results HTML
# @stable no (HTML can change)
@@ -50,8 +50,8 @@ def response(resp):
content = escape(' '.join(result.xpath(content_xpath)))
# append result
- results.append({'url': href,
- 'title': title,
+ results.append({'url': href,
+ 'title': title,
'content': content})
# return results