diff --git a/joplinexport b/joplinexport index 7e96208..212e36e 100755 --- a/joplinexport +++ b/joplinexport @@ -281,7 +281,7 @@ class JoplinExporter: folders: List[Folder] = list for note_list in self.notes.values(): for note in note_list: - if note.folder.title == "Welcome": + if note.title == "Welcome": introduction = note continue note_item = [note]