From 7cfd8d900a9d828e5fbbcb5df65ffedbf11a5a0f Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Wed, 14 Apr 2021 18:11:35 +0200 Subject: [mod] oscar: /preferences , engines tab: report engine times * display the median time instead of the average. * add a "Reliability" column (sum up the metrics and the checker results). * the "selected language", "SafeSearch", "Time range" values are displayed as "broken" when the checker tests fail. --- searx/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/__init__.py') diff --git a/searx/__init__.py b/searx/__init__.py index 11adbba73..15048bcc2 100644 --- a/searx/__init__.py +++ b/searx/__init__.py @@ -20,7 +20,6 @@ import searx.settings_loader from os import environ from os.path import realpath, dirname, join, abspath, isfile - searx_dir = abspath(dirname(__file__)) engine_dir = dirname(realpath(__file__)) static_path = abspath(join(dirname(__file__), 'static')) -- cgit v1.2.3