Add files via upload

This commit is contained in:
Egor
2026-02-03 03:50:33 +03:00
committed by GitHub
parent 47c1de1cc8
commit bb4f496b21

View File

@@ -69,7 +69,9 @@ class TributeService:
except Exception as e:
logger.error(f'Ошибка создания Tribute платежа: {e}')
schedule_error_notification(self.bot, e, f'Tribute payment creation error: user_id={user_id}, amount={amount_kopeks}')
schedule_error_notification(
self.bot, e, f'Tribute payment creation error: user_id={user_id}, amount={amount_kopeks}'
)
return None
async def process_webhook(self, payload: str) -> dict[str, Any]: