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