Update subscription.py

This commit is contained in:
Egor
2025-09-05 17:45:58 +03:00
committed by GitHub
parent 6b278de538
commit 96f905563f

View File

@@ -698,13 +698,6 @@ async def apply_countries_changes(
subscription_service = SubscriptionService()
await subscription_service.update_remnawave_user(db, subscription)
if total_cost > 0:
try:
logger.info(f"Списано {total_cost/100}₽ за добавление стран")
except Exception as e:
logger.error(f"Ошибка обработки платежа: {e}")
await db.refresh(subscription)
success_text = "✅ <b>Страны успешно обновлены!</b>\n\n"