await authentication in ilias crawler

This commit is contained in:
be7a 2021-04-24 16:21:48 +02:00
parent ad730f5259
commit 54a446c43c
No known key found for this signature in database
GPG key ID: 6510870A77F49A99

View file

@ -689,7 +689,7 @@ class IliasCrawler:
LOGGER.info("Not authenticated, changing that...") 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) return await self._get_page(url, params, retry_count + 1)