remove preloading unexisting repo

pull/28/head
Rilliat 2024-11-28 21:16:03 +03:00
parent 99f374bd8c
commit c978f7f909
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ class LoaderMod(loader.Module):
)
logger.debug("Modules: %s", modules)
asyncio.ensure_future(self._storage.preload(modules))
asyncio.ensure_future(self._storage.preload_main_repo())
async def client_ready(self):
while not (settings := self.lookup("settings")):