Loading searx/engines/currency_convert.py +1 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,6 @@ def request(query, params): if not m: # wrong query return params amount, from_currency, to_currency = m.groups() amount = float(amount) from_currency = name_to_iso4217(from_currency.strip()) Loading Loading
searx/engines/currency_convert.py +1 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,6 @@ def request(query, params): if not m: # wrong query return params amount, from_currency, to_currency = m.groups() amount = float(amount) from_currency = name_to_iso4217(from_currency.strip()) Loading