You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searxng_extra/update
Markus Heiser 0ebff871a5 [fix] update_currencies.py - AttributeError: 'str' object has no attribute 'insert'
Replace lists with one item by the item, not before last currency has been
added.  In this traceback 'MXN' is added to 'pesos' while pesos is no longer a
list as the optimization was carried out too early.

    $ ./local/py3/bin/python searxng_extra/update/update_currencies.py
    Traceback (most recent call last):
      File "searxng_extra/update/update_currencies.py", line 164, in <module>
        main()
      File "searxng_extra/update/update_currencies.py", line 157, in main
        add_currency_name(db, "pesos", 'MXN')
      File "searxng_extra/update/update_currencies.py", line 89, in add_currency_name
        iso4217_set.insert(0, iso4217)
      AttributeError: 'str' object has no attribute 'insert'

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
1 year ago
..
__init__.py SearXNG: searxng_extra 3 years ago
update_ahmia_blacklist.py [mod] make python code pylint 2.16.1 compliant 2 years ago
update_currencies.py [fix] update_currencies.py - AttributeError: 'str' object has no attribute 'insert' 1 year ago
update_engine_descriptions.py [fix] searxng_extra/update/update_engine_descriptions.py (part 2) 1 year ago
update_engine_traits.py [fix] Israeli flag emoji in locale dropdown 1 year ago
update_external_bangs.py [fix] external bangs: don't overwrite Bangs in data trie 3 years ago
update_firefox_version.py [fix] remove usage of deprecated-module distutis 2 years ago
update_osm_keys_tags.py [mod] replace searx.languages by searx.sxng_locales 1 year ago
update_pygments.py [theme] peel out oscar from SearXNG development 2 years ago
update_wikidata_units.py [docs] add documentation for the scripts in searxng_extra/update 3 years ago