summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-06-01 18:10:05 +0200
committerGitHub <noreply@github.com>2021-06-01 18:10:05 +0200
commit3ce1b40512d8a9d0e93fc0bbe154881961e196b1 (patch)
tree8e53f629680074d008c2d2cdd914f228d4c7b82b /searx/webapp.py
parentee83c99d2b40efaaf4f3e6635e7a43f7731cb128 (diff)
parent60dc91f2345dc3326e1b57d3a6b46f580ed7cf28 (diff)
Merge pull request #113 from searxng/remove-overpass
[mod] remove overpass API call
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')
}