fix symbol rename

This commit is contained in:
be7a 2021-04-29 00:26:23 +02:00
parent 9ad176c3ca
commit 11bbfa0c40
No known key found for this signature in database
GPG key ID: 6510870A77F49A99

View file

@ -791,7 +791,7 @@ class IliasCrawler:
if self.auth_lock.locked():
# Some other future is already logging in
await self._auth_event.wait()
await self.auth_event.wait()
else:
await self.auth_lock.acquire()
self.auth_event.clear()