mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Add local file crawler
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user