diff options
Diffstat (limited to 'searxng_extra/update/update_engine_traits.py')
-rwxr-xr-x | searxng_extra/update/update_engine_traits.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searxng_extra/update/update_engine_traits.py b/searxng_extra/update/update_engine_traits.py index e31a143ea..663275950 100755 --- a/searxng_extra/update/update_engine_traits.py +++ b/searxng_extra/update/update_engine_traits.py @@ -85,7 +85,7 @@ def main(): def fetch_traits_map(): - """Fetchs supported languages for each engine and writes json file with those.""" + """Fetches supported languages for each engine and writes json file with those.""" network.set_timeout_for_thread(10.0) def log(msg): |