From bd53cba38d25be8e8b7265124490bfa768c4bad7 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 17 Sep 2017 10:16:32 +0530 Subject: [PATCH] Remove redundant string in markdown export. --- buku.py | 1 - 1 file changed, 1 deletion(-) diff --git a/buku.py b/buku.py index f9429c7..d4cc36f 100755 --- a/buku.py +++ b/buku.py @@ -1981,7 +1981,6 @@ class BukuDb: return False if filepath.endswith('.md'): - outfp.write('List of buku bookmarks:\n\n') for row in resultset: if row[2] == '': out = '- [Untitled](' + row[1] + ')\n'