Clear printing.
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
This commit is contained in:
parent
e213b60242
commit
b70f7d65f1
2
markit
2
markit
@ -110,7 +110,7 @@ def cleardb(conn, cur):
|
||||
|
||||
def printtable(cur):
|
||||
for row in cur.execute('SELECT * FROM bookmarks'):
|
||||
print("%s. %s\t%s\t%s" % (row[0], row[1], row[2][1:-1], row[3]))
|
||||
print("%s. %s\t[%s]\t(%s)" % (row[0], row[1], row[2][1:-1], row[3]))
|
||||
|
||||
# Main starts here
|
||||
# ----------------
|
||||
|
Loading…
Reference in New Issue
Block a user