From 46ca32c3ccbc5d740cffa2aa8ddd06e66f30e772 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 19 Feb 2021 12:52:26 +0100 Subject: [mod] update currencies.json and fetch_currencies.py use a sparql request on wikidata to get the list of currencies. currencies.json contains the translation for all supported searx languages. Supersede #993 --- .github/workflows/data-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/data-update.yml') diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index 299550ef2..8d35e5856 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -41,7 +41,7 @@ jobs: python utils/fetch_languages.py python utils/fetch_ahmia_blacklist.py python utils/fetch_wikidata_units.py - # python utils/fetch_currencies.py + python utils/fetch_currencies.py - name: Create Pull Request id: cpr -- cgit v1.2.3