fix: change conv_amount to amount

This commit is contained in:
Данил 2024-12-23 19:18:15 +03:00
parent 45307caee5
commit 7767474da0

View file

@ -63,7 +63,7 @@ class Converter:
'from_currency': self.from_currency, 'from_currency': self.from_currency,
'conv_currency': self.conv_currency, 'conv_currency': self.conv_currency,
'date': date, 'date': date,
'conv_amount': self.conv_amount 'conv_amount': self.amount
}, timeout=3) }, timeout=3)
data = res.json() data = res.json()