Browse Source

[fix] engines description - currency_convert.py

Currency engine has DuckDuckGo metadata

In the engine selector of the preferences window, the currency search engine has
the same metadata and wikidata url as duckduckgo, I'd assume there should be a
difference of some sort there clarifying what source the currency uses or, if
it's a duckduckgo service, at least clarifying that it's a currency service by
duck duck go.

Closes: https://github.com/searxng/searxng/issues/787
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 3 years ago
parent
commit
15320b5eec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      searx/engines/currency_convert.py

+ 1 - 0
searx/engines/currency_convert.py

@@ -13,6 +13,7 @@ about = {
     "use_official_api": False,
     "use_official_api": False,
     "require_api_key": False,
     "require_api_key": False,
     "results": 'JSONP',
     "results": 'JSONP',
+    "description": "Service from DuckDuckGo.",
 }
 }
 
 
 engine_type = 'online_currency'
 engine_type = 'online_currency'