From 7767474da09572d5aa0f860cea1082c6a0263aa2 Mon Sep 17 00:00:00 2001 From: Redume Date: Mon, 23 Dec 2024 19:18:15 +0300 Subject: [PATCH] fix: change conv_amount to amount --- utils/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/convert.py b/utils/convert.py index 1193c65..e279a2d 100644 --- a/utils/convert.py +++ b/utils/convert.py @@ -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()