From c1ae9254c1992deb2d7100c14b8c7e2072e060ca Mon Sep 17 00:00:00 2001 From: lmessier Date: Wed, 23 Mar 2016 00:31:17 +0100 Subject: [PATCH] Import jsonOutput option value --- buku | 1 + 1 file changed, 1 insertion(+) diff --git a/buku b/buku index a5757c8..e99323f 100755 --- a/buku +++ b/buku @@ -363,6 +363,7 @@ def cleardb(conn, cur, index): # Print all records in the table def printdb(cur, index): global showOpt + global jsonOutput if index == None: # Show all entries for row in cur.execute('SELECT * FROM bookmarks'):