diff --git a/PFERD/crawlers/local.py b/PFERD/crawlers/local.py index 8501877..e80472e 100644 --- a/PFERD/crawlers/local.py +++ b/PFERD/crawlers/local.py @@ -29,7 +29,7 @@ class LocalCrawler(Crawler): async def crawl(self) -> None: await self._crawl_path(self._path, PurePath()) if self.error_free: - self.cleanup() + await self.cleanup() @anoncritical async def _crawl_path(self, path: Path, pure: PurePath) -> None: