fix bug when creating new lectures

This commit is contained in:
Maximilian Keßler 2021-09-18 16:25:07 +02:00
parent ab9e4e665f
commit f82b732d38

View File

@ -125,6 +125,6 @@ class Lectures(list):
self.read_files()
lec = Lecture(new_lecture_path, self.course)
lec = Lecture(new_lecture_path, self.notes)
return lec