mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump examples, docs and executor (nothing)
This commit is contained in:
parent
21908739e9
commit
9f13e11e6b
9 changed files with 57 additions and 21 deletions
|
|
@ -252,7 +252,7 @@ class Executor:
|
|||
pass
|
||||
finally:
|
||||
loop.run_until_complete(self._shutdown_polling())
|
||||
log.warning("Goodbye!")
|
||||
log.warning("Goodbye!")
|
||||
|
||||
def start(self, future):
|
||||
"""
|
||||
|
|
@ -275,7 +275,7 @@ class Executor:
|
|||
loop.stop()
|
||||
finally:
|
||||
loop.run_until_complete(self._shutdown_polling())
|
||||
log.warning("Goodbye!")
|
||||
log.warning("Goodbye!")
|
||||
return result
|
||||
|
||||
async def _skip_updates(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue