mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Document local crawler and auth
This commit is contained in:
@ -22,7 +22,7 @@ class LocalCrawler(Crawler):
|
||||
):
|
||||
super().__init__(name, config, section)
|
||||
|
||||
self._path = section.path()
|
||||
self._path = config.working_dir / section.path()
|
||||
|
||||
async def crawl(self) -> None:
|
||||
await self._crawl_path(self._path, PurePath())
|
||||
|
Reference in New Issue
Block a user