From 751cde86f98789d6b0b8160d3574a744a36bf484 Mon Sep 17 00:00:00 2001 From: algizn97 Date: Fri, 12 Sep 2025 12:38:02 +0500 Subject: [PATCH] Fixed --- app/services/Bybit/functions/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/Bybit/functions/functions.py b/app/services/Bybit/functions/functions.py index 4d14731..e53dd91 100644 --- a/app/services/Bybit/functions/functions.py +++ b/app/services/Bybit/functions/functions.py @@ -73,7 +73,7 @@ async def start_bybit_trade_message(message: Message) -> None: text = ( f"💎 Торговля на Bybit\n\n" - f"⚖️ Ваш баланс (USDT): {balance}\n" + f"⚖️ Ваш баланс (USDT): {float(balance):.2f}\n" f"📊 Текущая торговая пара: {symbol}\n" f"$$$ Цена: {price}\n\n" "Как начать торговлю?\n\n"