Import jsonOutput option value

This commit is contained in:
lmessier 2016-03-23 00:31:17 +01:00
parent f26745714b
commit c1ae9254c1

1
buku
View File

@ -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'):