Updates
This commit is contained in:
@@ -89,7 +89,6 @@ class JoplinExporter:
|
|||||||
conn = sqlite3.connect(self.joplin_dir / "database.sqlite")
|
conn = sqlite3.connect(self.joplin_dir / "database.sqlite")
|
||||||
c = conn.cursor()
|
c = conn.cursor()
|
||||||
|
|
||||||
# Create table
|
|
||||||
c.execute("""SELECT id, title FROM folders;""")
|
c.execute("""SELECT id, title FROM folders;""")
|
||||||
self.folders = {id: title for id, title in c.fetchall()}
|
self.folders = {id: title for id, title in c.fetchall()}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user