Update aiogram/dispatcher/dispatcher.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alex Root Junior 2025-04-10 04:10:15 +03:00 committed by GitHub
parent cd450f5024
commit e47f692b4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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