mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Add local file crawler
This commit is contained in:
parent
273d56c39a
commit
60cd9873bc
7 changed files with 104 additions and 13 deletions
|
|
@ -26,7 +26,7 @@ class Pferd:
|
|||
if crawler_constructor is None:
|
||||
abort = True
|
||||
t = escape(repr(crawler_type))
|
||||
print(f"[red]Error: Unknown type {t}")
|
||||
print(f"[red]Error: Unknown crawler type {t}")
|
||||
continue
|
||||
|
||||
crawler = crawler_constructor(name, self._config, section)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue