fix: Add debug message when failed to create profiles
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m4s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m4s
This commit is contained in:
parent
755280d7de
commit
f8dcfa6ac0
@ -37,7 +37,7 @@ class ClientHandlers:
|
||||
await message.answer("❌ Ошибка: неверный логин или пароль XUI.")
|
||||
except Exception as e:
|
||||
logger.error(f"Неожиданная ошибка при создании профиля: {e}")
|
||||
await message.answer("❌ Произошла ошибка при создании профиля. Попробуйте позже.")
|
||||
await message.answer(f"❌ Произошла ошибка при создании профиля. Попробуйте позже.\n {e}")
|
||||
|
||||
async def cmd_info(self, message: types.Message):
|
||||
"""Обработчик команды /info."""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user