Update PFERD/crawl/ilias/ilias_web_crawler.py

Co-authored-by: I-Al-Istannen <I-Al-Istannen@users.noreply.github.com>
This commit is contained in:
PinieP 2024-11-02 20:26:15 +01:00 committed by I-Al-Istannen
parent 04e5df4bb8
commit 115fb02571

View file

@ -32,7 +32,7 @@ class ShibbolethLoginType():
pass pass
class LocalLoginType(): class LoginTypeLocal:
def __init__(self, client_id: str): def __init__(self, client_id: str):
self.client_id = client_id self.client_id = client_id