diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-09-10 18:08:14 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2020-09-22 19:05:05 +0200 |
| commit | 485a502b886bc7fb8a806ffc576b0eec99990a5c (patch) | |
| tree | b99473bb34420d73d9d68c174963ea8d4e23b8a4 /utils/standalone_searx.py | |
| parent | 678699beaf97184a9059b0c6514b1a51c7e6dfd0 (diff) | |
[mod] add typing and __slots__
Diffstat (limited to 'utils/standalone_searx.py')
| -rwxr-xr-x | utils/standalone_searx.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |