mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Adjust forum log message in ilias crawler
This commit is contained in:
parent
953a1bba93
commit
4d07de0d71
@ -187,7 +187,7 @@ class KitIliasWebCrawler(HttpCrawler):
|
||||
await self._download_file(element, element_path)
|
||||
elif element.type == IliasElementType.FORUM:
|
||||
log.explain_topic(f"Decision: Crawl {escape(str(element_path))}")
|
||||
log.explain("Is a forum")
|
||||
log.explain("Forums are not supported")
|
||||
log.explain("Answer: No")
|
||||
elif element.type == IliasElementType.LINK:
|
||||
await self._download_link(element, element_path)
|
||||
|
Loading…
Reference in New Issue
Block a user