mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
Merge pull request #36 from Olegt0rr/patch-5
BugFix: 'Executor._skip_updates' was never awaited
This commit is contained in:
commit
d9abc7cee8
1 changed files with 1 additions and 1 deletions
|
|
@ -294,4 +294,4 @@ class Executor:
|
|||
async def _startup_webhook(self):
|
||||
await self._welcome()
|
||||
if self.skip_updates:
|
||||
self._skip_updates()
|
||||
await self._skip_updates()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue