Commit Graph

8 Commits (1e3d2f680077bcfcb3201821df175fcf986c5f7a)

Author SHA1 Message Date
cclauss 9984c99665
print() is a function in Python 3 7 years ago
stepshal 7e16c9d360 Add missing blank lines after class or function definition. 8 years ago
stepshal 6e5f46db42 utils/fetch_currencies: fix comment 8 years ago
stepshal 4261a41c1b Comparison to None should be 'if cond is not None:' 8 years ago
stepshal d9231d173a Fix whitespaces 8 years ago
stepshal cd9b494cb5 Fix quantity of blank lines after code object. 8 years ago
stepshal 2f83750619 Remove trailing whitespace 8 years ago
Alexandre Flament 5525625dae [enh] currency_convert engine: user can write "1 dollars in euros" instead of "1 USD in EUR".
The currency names are fetched wikidata and store into a static file : searx/data/currencies.json
This file is loaded when the currency_converter is loaded.
A database is perhaps more appropiated.
9 years ago