summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-05-29 15:22:20 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-06-01 17:52:49 +0200
commita89b823f8d273711469cc63622f329598c067a7b (patch)
tree911810573a899caaa0288616c7f534805b53c916 /searx/webapp.py
parentee83c99d2b40efaaf4f3e6635e7a43f7731cb128 (diff)
downloadsearxng-a89b823f8d273711469cc63622f329598c067a7b.tar.gz
searxng-a89b823f8d273711469cc63622f329598c067a7b.zip
[mod] remove overpass API call
prepare the code the PR #90
Diffstat (limited to 'searx/webapp.py')
-rwxr-xr-xsearx/webapp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 2496fede0..5c77f5548 100755
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -446,8 +446,6 @@ def image_proxify(url):
def get_translations():
return {
- # when overpass AJAX request fails (on a map result)
- 'could_not_load': gettext('could not load data'),
# when there is autocompletion
'no_item_found': gettext('No item found')
}