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
update_ahmia_blacklist.py
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
update_firefox_version.py
update_osm_keys_tags.py [mod] replace searx.languages by searx.sxng_locales 2 years ago
update_pygments.py
update_wikidata_units.py