From 11bbfa0c40602c654c95f02082ef08b2a6caca09 Mon Sep 17 00:00:00 2001 From: be7a Date: Thu, 29 Apr 2021 00:26:23 +0200 Subject: [PATCH] fix symbol rename --- PFERD/ilias/crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PFERD/ilias/crawler.py b/PFERD/ilias/crawler.py index 3164af7..325503a 100644 --- a/PFERD/ilias/crawler.py +++ b/PFERD/ilias/crawler.py @@ -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()