From a89b823f8d273711469cc63622f329598c067a7b Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 29 May 2021 15:22:20 +0200 Subject: [mod] remove overpass API call prepare the code the PR #90 --- searx/webapp.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'searx/webapp.py') 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') } -- cgit v1.2.3