diff options
author | asciimoo <asciimoo@gmail.com> | 2013-11-10 21:20:22 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-11-10 21:20:22 +0100 |
commit | 14cd1d6faf16484a42fc040a81d381b20c20e282 (patch) | |
tree | 95e8594ecb4ab82b37d000de0eebda214824ac24 /searx/engines/currency_convert.py | |
parent | 6d956a7d1de6f213ad32044e1d1074cf0aab7219 (diff) | |
download | searxng-14cd1d6faf16484a42fc040a81d381b20c20e282.tar.gz searxng-14cd1d6faf16484a42fc040a81d381b20c20e282.zip |
[enh] moar weight for currency convertor
Diffstat (limited to 'searx/engines/currency_convert.py')
-rw-r--r-- | searx/engines/currency_convert.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/currency_convert.py b/searx/engines/currency_convert.py index 62f3e8d93..bfd8c125d 100644 --- a/searx/engines/currency_convert.py +++ b/searx/engines/currency_convert.py @@ -1,6 +1,7 @@ categories = [] url = 'http://finance.yahoo.com/d/quotes.csv?e=.csv&f=sl1d1t1&s={query}=X' +weight = 100 def request(query, params): try: |