mirror of
https://github.com/Redume/Shirino.git
synced 2024-12-25 01:33:45 +03:00
fix: change conv_amount to amount
This commit is contained in:
parent
45307caee5
commit
7767474da0
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Converter:
|
|||
'from_currency': self.from_currency,
|
||||
'conv_currency': self.conv_currency,
|
||||
'date': date,
|
||||
'conv_amount': self.conv_amount
|
||||
'conv_amount': self.amount
|
||||
}, timeout=3)
|
||||
|
||||
data = res.json()
|
||||
|
|
Loading…
Add table
Reference in a new issue