study-effort/src/mystudy/main.py
@@ -23,7 +23,7 @@ lectures = read_file_to_lecture(filename) if lectures is not None: converter = Lecture2HTMLConverter() html_code = converter.to_html(lectures) html_code = converter.convert(lectures) print(html_code) except FileNotFoundError: print(f"Datei '{filename}' nicht gefunden")