minor fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user