mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
fix symbol rename
This commit is contained in:
parent
9ad176c3ca
commit
11bbfa0c40
1 changed files with 1 additions and 1 deletions
|
|
@ -791,7 +791,7 @@ class IliasCrawler:
|
||||||
|
|
||||||
if self.auth_lock.locked():
|
if self.auth_lock.locked():
|
||||||
# Some other future is already logging in
|
# Some other future is already logging in
|
||||||
await self._auth_event.wait()
|
await self.auth_event.wait()
|
||||||
else:
|
else:
|
||||||
await self.auth_lock.acquire()
|
await self.auth_lock.acquire()
|
||||||
self.auth_event.clear()
|
self.auth_event.clear()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue