2
0
forked from kodorvan/stcs

Fixed set margin mode

This commit is contained in:
algizn97
2025-10-04 09:33:09 +05:00
parent 057cfad675
commit 8e73dcf81f

View File

@@ -127,7 +127,7 @@ async def trade_mode(callback_query: CallbackQuery, state: FSMContext) -> None:
if response == "Open orders exist, so you cannot change position mode": if response == "Open orders exist, so you cannot change position mode":
await callback_query.answer( await callback_query.answer(
text="У вас есть открытые ордера, " text="У вас есть открытые ордера, "
"поэтому режим позиции не может быть изменен." "поэтому режим позиции не может быть изменен."
) )
return return