Fixed shutdown procedure async problems #1.1.0.rc2

This commit is contained in:
2023-08-16 18:04:40 +02:00
parent 44f6b36347
commit caeec47b7c
5 changed files with 14 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ class DatabaseOnReadyEvent(OnReadyABC):
async def on_ready(self):
self._logger.debug(__name__, f"Module {type(self)} started")
self._data_integrity.check_data_integrity()
await self._data_integrity.check_data_integrity()
await self._seeder.seed()
self._validate_init_time()