summaryrefslogtreecommitdiff
path: root/AUTHORS.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2023-06-28 20:48:20 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-06-28 21:21:53 +0200
commit0ebff871a5fce90c16228d02cdf3fd0787b04d0c (patch)
tree051bbe6e80049d161f0daf3b911c8b3908facd12 /AUTHORS.rst
parentefea9625047367838980dfb7a05aef1b7e4d9bb5 (diff)
[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>
Diffstat (limited to 'AUTHORS.rst')
0 files changed, 0 insertions, 0 deletions