mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Rename ILIAS crawler to ilias
To be consistent with the other classes' capitalisation of acronyms
This commit is contained in:
parent
0891e7f1bc
commit
ae6cc40fb5
2 changed files with 4 additions and 4 deletions
|
|
@ -295,7 +295,7 @@ def main(args):
|
|||
args = [arg.lower() for arg in args]
|
||||
|
||||
ffm = PFERD.FfM(base_dir)
|
||||
ilias = PFERD.ILIAS(base_dir, "cookie_jar")
|
||||
ilias = PFERD.Ilias(base_dir, "cookie_jar")
|
||||
norbert = PFERD.Norbert(base_dir)
|
||||
|
||||
# Semester 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue