diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-10-02 17:30:39 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-10-02 17:30:39 +0200 |
| commit | 1bb82a6b54e53d683c3041a1576be64ae234abee (patch) | |
| tree | a0d30ba74780168169e82643335d2bf3aeb0c748 /searx | |
| parent | e39a03cc61e9792afb34084fb4d9973a61deecea (diff) | |
SearXNG: searxng_extra
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/data/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/data/__init__.py b/searx/data/__init__.py index 9c9d74129..5937ea557 100644 --- a/searx/data/__init__.py +++ b/searx/data/__init__.py @@ -31,7 +31,7 @@ def ahmia_blacklist_loader(): """Load data from `ahmia_blacklist.txt` and return a list of MD5 values of onion names. The MD5 values are fetched by:: - searx_extra/update/update_ahmia_blacklist.py + searxng_extra/update/update_ahmia_blacklist.py This function is used by :py:mod:`searx.plugins.ahmia_filter`. |