diff options
author | Alexandre Flament <alex@al-f.net> | 2021-02-19 12:52:26 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-02-23 16:42:28 +0100 |
commit | 46ca32c3ccbc5d740cffa2aa8ddd06e66f30e772 (patch) | |
tree | 8c0feae9cc2c0ecafa2135648cedf5aab7852ab5 /.github/workflows | |
parent | 1be6ab2a91786ac4c83cdb08193a8dfae0c1d84f (diff) | |
download | searxng-46ca32c3ccbc5d740cffa2aa8ddd06e66f30e772.tar.gz searxng-46ca32c3ccbc5d740cffa2aa8ddd06e66f30e772.zip |
[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/workflows')
-rw-r--r-- | .github/workflows/data-update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |