mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
await authentication in ilias crawler
This commit is contained in:
parent
ad730f5259
commit
54a446c43c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue