Update PFERD/crawl/ilias/ilias_web_crawler.py

Co-authored-by: I-Al-Istannen <I-Al-Istannen@users.noreply.github.com>
This commit is contained in:
PinieP 2024-11-02 20:26:29 +01:00 committed by I-Al-Istannen
parent 115fb02571
commit 76460436fe

View file

@ -193,8 +193,7 @@ instance's greatest bottleneck.
if isinstance(self._login_type, LocalLoginType):
self._client_id = self._login_type.client_id
else:
self._shibboleth_login = ShibbolethLogin(
self._base_url, self._auth, self._tfa_auth)
self._shibboleth_login = ShibbolethLogin(self._base_url, self._auth, self._tfa_auth)
self._target = section.target()
self._link_file_redirect_delay = section.link_redirect_delay()