mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
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:
parent
115fb02571
commit
76460436fe
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue