fix bug when creating new lectures
This commit is contained in:
parent
ab9e4e665f
commit
f82b732d38
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue