mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
Typo 'pooling' -> 'polling'.
This commit is contained in:
parent
233acab68e
commit
ef3b59c63c
10 changed files with 74 additions and 65 deletions
|
|
@ -128,4 +128,4 @@ async def shutdown(dispatcher: Dispatcher):
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
executor.start_pooling(dp, loop=loop, skip_updates=True, on_shutdown=shutdown)
|
||||
executor.start_polling(dp, loop=loop, skip_updates=True, on_shutdown=shutdown)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue