BuFix: 'Executor._skip_updates' was never awaited

This commit is contained in:
Oleg A 2018-04-25 07:54:52 +03:00 committed by GitHub
parent a76d95fd71
commit 6533b99efa
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()