mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update aiogram/dispatcher/dispatcher.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
cd450f5024
commit
e47f692b4f
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ class Dispatcher(Router):
|
|||
|
||||
:param handle_update: Coroutine that processes the update
|
||||
:param semaphore: Semaphore to limit concurrent tasks
|
||||
:return: None
|
||||
:return: bool indicating the result of the update processing
|
||||
"""
|
||||
try:
|
||||
return await handle_update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue