mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-12-03 05:42:31 +01:00
Crawl the info tab of courses again
This got lost in a refactor
This commit is contained in:
@@ -297,6 +297,8 @@ instance's greatest bottleneck.
|
||||
|
||||
page = cast(IliasPage, page)
|
||||
elements.extend(page.get_child_elements())
|
||||
if current_element is None and (info_tab := page.get_info_tab()):
|
||||
elements.append(info_tab)
|
||||
if description_string := page.get_description():
|
||||
description.append(description_string)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user