mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Rename IliasCrawler to KitIliasCrawler
This commit is contained in:
@ -5,7 +5,7 @@ from ..authenticator import Authenticator
|
||||
from ..conductor import TerminalConductor
|
||||
from ..config import Config
|
||||
from ..crawler import Crawler
|
||||
from .ilias import IliasCrawler, IliasCrawlerSection
|
||||
from .ilias import KitIliasCrawler, KitIliasCrawlerSection
|
||||
from .local import LocalCrawler, LocalCrawlerSection
|
||||
|
||||
CrawlerConstructor = Callable[[
|
||||
@ -19,6 +19,6 @@ CrawlerConstructor = Callable[[
|
||||
CRAWLERS: Dict[str, CrawlerConstructor] = {
|
||||
"local": lambda n, s, c, t, a:
|
||||
LocalCrawler(n, LocalCrawlerSection(s), c, t),
|
||||
"ilias": lambda n, s, c, t, a:
|
||||
IliasCrawler(n, IliasCrawlerSection(s), c, t, a),
|
||||
"kit-ilias": lambda n, s, c, t, a:
|
||||
KitIliasCrawler(n, KitIliasCrawlerSection(s), c, t, a),
|
||||
}
|
||||
|
Reference in New Issue
Block a user