From d6480016888aecb05200af2ad158abee503390df Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 16 Mar 2021 16:47:05 +0100 Subject: [mod] preferences: a tooltip is shown when the mouse is over the engine names --- searx/webapp.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/webapp.py') diff --git a/searx/webapp.py b/searx/webapp.py index 6f0297a99..b4466c718 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -853,7 +853,6 @@ def preferences(): if e.timeout > settings['outgoing']['request_timeout']: stats[e.name]['warn_timeout'] = True stats[e.name]['supports_selected_language'] = _is_selected_language_supported(e, request.preferences) - engines_by_category[c].append(e) # get first element [0], the engine time, -- cgit v1.2.3