mirror of
https://github.com/searxng/searxng.git
synced 2024-11-26 21:01:01 +00:00
[enh] moar weight for currency convertor
This commit is contained in:
parent
6d956a7d1d
commit
14cd1d6faf
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
categories = []
|
categories = []
|
||||||
url = 'http://finance.yahoo.com/d/quotes.csv?e=.csv&f=sl1d1t1&s={query}=X'
|
url = 'http://finance.yahoo.com/d/quotes.csv?e=.csv&f=sl1d1t1&s={query}=X'
|
||||||
|
weight = 100
|
||||||
|
|
||||||
def request(query, params):
|
def request(query, params):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue