Import jsonOutput option value
This commit is contained in:
parent
f26745714b
commit
c1ae9254c1
1
buku
1
buku
@ -363,6 +363,7 @@ def cleardb(conn, cur, index):
|
|||||||
# Print all records in the table
|
# Print all records in the table
|
||||||
def printdb(cur, index):
|
def printdb(cur, index):
|
||||||
global showOpt
|
global showOpt
|
||||||
|
global jsonOutput
|
||||||
|
|
||||||
if index == None: # Show all entries
|
if index == None: # Show all entries
|
||||||
for row in cur.execute('SELECT * FROM bookmarks'):
|
for row in cur.execute('SELECT * FROM bookmarks'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user