minor fix
All checks were successful
Build Docs / changes (push) Successful in 5s
Build Docs / build-docs (push) Has been skipped
Build Docs / deploy-docs (push) Has been skipped

This commit is contained in:
Alexander Kalinovsky
2025-03-20 00:00:04 +07:00
parent 5e2b8e51f6
commit 6965c03fec

View File

@@ -30,7 +30,7 @@ async def telegram_webhook(
logger.error("Invalid request", exc_info=True)
return Response(status_code=400)
try:
state_kw = request.state._state #TODO: avoid accessing private attribute
state_kw = request.state._state # TODO: avoid accessing private attribute
await app.dp.feed_webhook_update(
app.bot,