Merge pull request #36 from Olegt0rr/patch-5

BugFix: 'Executor._skip_updates' was never awaited
This commit is contained in:
Alex Root Junior 2018-04-25 13:26:52 +03:00 committed by GitHub
commit d9abc7cee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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