From ffea5d8ef5540bc4be08b2b26e1819d5401f854d Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 3 Jan 2022 12:40:06 +0100 Subject: [docs] add documentation for the scripts in searxng_extra/update Signed-off-by: Markus Heiser --- searxng_extra/update/update_currencies.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'searxng_extra/update/update_currencies.py') diff --git a/searxng_extra/update/update_currencies.py b/searxng_extra/update/update_currencies.py index 3373e2455..cdff4cbc9 100755 --- a/searxng_extra/update/update_currencies.py +++ b/searxng_extra/update/update_currencies.py @@ -1,6 +1,12 @@ #!/usr/bin/env python # SPDX-License-Identifier: AGPL-3.0-or-later +"""Fetch currencies from :origin:`searx/engines/wikidata.py` engine. + +Output file: :origin:`searx/data/currencies.json` (:origin:`CI Update data ... +<.github/workflows/data-update.yml>`). + +""" import re import unicodedata import json -- cgit v1.2.3-54-g00ecf