Hong-Phuc Bui
2024-07-15 d212cd913e7c808f57dd862300f7b19e11cab3a4
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")