From 485a502b886bc7fb8a806ffc576b0eec99990a5c Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 10 Sep 2020 18:08:14 +0200 Subject: [mod] add typing and __slots__ --- utils/standalone_searx.py | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/standalone_searx.py b/utils/standalone_searx.py index d969c398d..3aab7a6cc 100755 --- a/utils/standalone_searx.py +++ b/utils/standalone_searx.py @@ -30,6 +30,7 @@ import codecs import searx.query import searx.search import searx.engines +import searx.webapdater import searx.preferences import searx.webadapter import argparse -- cgit v1.2.3