Remove redundant string in markdown export.
This commit is contained in:
parent
2a5cd4c8df
commit
bd53cba38d
1
buku.py
1
buku.py
@ -1981,7 +1981,6 @@ class BukuDb:
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
if filepath.endswith('.md'):
|
if filepath.endswith('.md'):
|
||||||
outfp.write('List of buku bookmarks:\n\n')
|
|
||||||
for row in resultset:
|
for row in resultset:
|
||||||
if row[2] == '':
|
if row[2] == '':
|
||||||
out = '- [Untitled](' + row[1] + ')\n'
|
out = '- [Untitled](' + row[1] + ')\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user