mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Document local crawler and auth
This commit is contained in:
parent
60cd9873bc
commit
f9b2fd60e2
2 changed files with 24 additions and 2 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue