mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 10:26:53 +00:00
fix other args
This commit is contained in:
parent
21908739e9
commit
2a79951448
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class ThrottlingMiddleware(BaseMiddleware):
|
||||||
self.prefix = key_prefix
|
self.prefix = key_prefix
|
||||||
super(ThrottlingMiddleware, self).__init__()
|
super(ThrottlingMiddleware, self).__init__()
|
||||||
|
|
||||||
async def on_process_message(self, message: types.Message):
|
async def on_process_message(self, message: types.Message, *args):
|
||||||
"""
|
"""
|
||||||
This handler is called when dispatcher receives a message
|
This handler is called when dispatcher receives a message
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue