From aa9f04c27e7c240526ea56dea21db73a7eefb84f Mon Sep 17 00:00:00 2001 From: algizn97 Date: Fri, 10 Oct 2025 13:21:15 +0500 Subject: [PATCH] The stop trading button has been removed. --- app/telegram/handlers/stop_trading.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/telegram/handlers/stop_trading.py b/app/telegram/handlers/stop_trading.py index e9fc6c4..64e21e0 100644 --- a/app/telegram/handlers/stop_trading.py +++ b/app/telegram/handlers/stop_trading.py @@ -45,12 +45,10 @@ async def stop_all_trading(callback_query: CallbackQuery, state: FSMContext): for active_auto_trading in user_auto_trading_list: if active_auto_trading.auto_trading: symbol = active_auto_trading.symbol - get_side = active_auto_trading.side req = await rq.set_auto_trading( tg_id=callback_query.from_user.id, symbol=symbol, auto_trading=False, - side=get_side, ) if not req: await callback_query.message.edit_text(