summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-02-19 12:52:26 +0100
committerAlexandre Flament <alex@al-f.net>2021-02-23 16:42:28 +0100
commit46ca32c3ccbc5d740cffa2aa8ddd06e66f30e772 (patch)
tree8c0feae9cc2c0ecafa2135648cedf5aab7852ab5 /.github
parent1be6ab2a91786ac4c83cdb08193a8dfae0c1d84f (diff)
[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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/data-update.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml
index 299550ef..8d35e585 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