2
0
forked from kodorvan/stcs

Added user verification

This commit is contained in:
algizn97
2025-11-09 13:07:11 +05:00
parent 3ba32660ea
commit 39bbe8d997
2 changed files with 54 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ async def user_profile_bybit(tg_id: int, message: Message, state: FSMContext) ->
)
else:
await message.answer(
text="Ошибка при подключении, повторите попытку",
text="Ошибка при подключении к платформе. Проверьте ключи и повторите попытку.",
reply_markup=kbi.connect_the_platform,
)
logger.error("Error processing user profile for user %s", tg_id)