summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-03-01 09:06:37 +0100
committerGitHub <noreply@github.com>2021-03-01 09:06:37 +0100
commitf77983e174ec45913f32482210e36c3cb94cf810 (patch)
tree8d6a34b6c5bff5d96eca7ed7b7e5f327e9ca5e01 /utils
parent5f6ac3afa2c8f2030fb72612a566d3d639896dab (diff)
parentd6681fd33b31cd058f2ff15e035828251773acae (diff)
Merge pull request #2602 from MarcAbonce/fix-bing-fetch-languages
Fix fetch_languages for Bing
Diffstat (limited to 'utils')
-rw-r--r--utils/fetch_languages.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/fetch_languages.py b/utils/fetch_languages.py
index 453693136..582e0ae00 100644
--- a/utils/fetch_languages.py
+++ b/utils/fetch_languages.py
@@ -2,8 +2,7 @@
# This script generates languages.py from intersecting each engine's supported languages.
#
-# Output files (engines_languages.json and languages.py)
-# are written in current directory to avoid overwriting in case something goes wrong.
+# Output files: searx/data/engines_languages.json and searx/languages.py
import json
from pathlib import Path