From 2b370fc069d69ddbd35930cebe972bf421b46f61 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Tue, 5 Nov 2024 16:10:23 +0100 Subject: [PATCH] Remove iorepeat from ilias authenticate as calling functions will do that --- PFERD/crawl/ilias/ilias_web_crawler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/PFERD/crawl/ilias/ilias_web_crawler.py b/PFERD/crawl/ilias/ilias_web_crawler.py index aad13dc..a6c68f1 100644 --- a/PFERD/crawl/ilias/ilias_web_crawler.py +++ b/PFERD/crawl/ilias/ilias_web_crawler.py @@ -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":