added whitespaces

This commit is contained in:
rinpatch 2018-04-22 14:12:32 +03:00
parent a305dae9d8
commit cd1374d2f2

View file

@ -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())