mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Remove iorepeat from ilias authenticate as calling functions will do that
This commit is contained in:
parent
84ee1b4578
commit
2b370fc069
1 changed files with 0 additions and 2 deletions
|
|
@ -966,8 +966,6 @@ instance's greatest bottleneck.
|
|||
return await request.read()
|
||||
raise CrawlError("get_authenticated failed even after authenticating")
|
||||
|
||||
# ToDo: Is iorepeat still required?
|
||||
@_iorepeat(3, "Login", failure_is_error=True)
|
||||
async def _authenticate(self) -> None:
|
||||
# fill the session with the correct cookies
|
||||
if self._login_type == "shibboleth":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue