mirror of
https://github.com/searx/searx
synced 2024-12-12 00:45:18 +01:00
added whitespaces
This commit is contained in:
parent
a305dae9d8
commit
cd1374d2f2
@ -44,7 +44,6 @@ def request(query, params):
|
|||||||
if not m:
|
if not m:
|
||||||
# wrong query
|
# wrong query
|
||||||
return params
|
return params
|
||||||
|
|
||||||
amount, from_currency, to_currency = m.groups()
|
amount, from_currency, to_currency = m.groups()
|
||||||
amount = float(amount)
|
amount = float(amount)
|
||||||
from_currency = name_to_iso4217(from_currency.strip())
|
from_currency = name_to_iso4217(from_currency.strip())
|
||||||
|
Loading…
Reference in New Issue
Block a user