From 71073fd0e598e1c8f594460431670efcbbd2c6e7 Mon Sep 17 00:00:00 2001 From: Egor Date: Sun, 7 Sep 2025 03:38:02 +0300 Subject: [PATCH] Update tribute_service.py --- app/services/tribute_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/tribute_service.py b/app/services/tribute_service.py index 69e8e8cc..ac440d1d 100644 --- a/app/services/tribute_service.py +++ b/app/services/tribute_service.py @@ -146,7 +146,7 @@ class TributeService: from app.services.admin_notification_service import AdminNotificationService notification_service = AdminNotificationService(self.bot) await notification_service.send_balance_topup_notification( - user, transaction, old_balance + session, user, transaction, old_balance ) except Exception as e: logger.error(f"Ошибка отправки уведомления о Tribute пополнении: {e}")