Update user.py

This commit is contained in:
Egor
2026-01-19 23:57:03 +03:00
committed by GitHub
parent 57981b69c7
commit b38e06383d

View File

@@ -564,7 +564,7 @@ async def subtract_user_balance(
rollback_error,
)
logger.error(f" ✅ Средства списаны: {old_balance}{user.balance_kopeks}")
logger.info(f" ✅ Средства списаны: {old_balance}{user.balance_kopeks}")
return True
except Exception as e: