diff --git a/PFERD/ilias/crawler.py b/PFERD/ilias/crawler.py index a43b430..8b7f17e 100644 --- a/PFERD/ilias/crawler.py +++ b/PFERD/ilias/crawler.py @@ -689,7 +689,7 @@ class IliasCrawler: LOGGER.info("Not authenticated, changing that...") - self._authenticator.authenticate(self._client) + await self._authenticator.authenticate(self._client) return await self._get_page(url, params, retry_count + 1)