Fixed shutdown procedure async problems #1.1.0.rc2
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user